diff options
| author | augustss <augustss@NetBSD.org> | 2005-06-19 10:26:36 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2005-06-19 10:26:36 +0000 |
| commit | ffab3f7739654677d18a2f80c408dc3d33ea3d3a (patch) | |
| tree | 58109ef597a9d551d34f1ab2bde2ed2d057c814e /sys/dev | |
| parent | 95ba7bf87af05cf977fb3f882708bee96887585a (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a9bedbb3bf2..57eecfd4d69 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.403 2005/06/01 09:16:07 sekiya Exp $ */ +/* $NetBSD: usbdevs.h,v 1.404 2005/06/19 10:26:36 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.399 2005/06/01 09:15:41 sekiya Exp + * NetBSD: usbdevs,v 1.400 2005/06/19 10:25:36 augustss Exp */ /* @@ -154,6 +154,7 @@ #define USB_VENDOR_AIPTEK2 0x04fc /* AIPTEK International */ #define USB_VENDOR_ACER 0x0502 /* Acer */ #define USB_VENDOR_3COM 0x0506 /* 3Com */ +#define USB_VENDOR_HOSIDEN 0x0507 /* Hosiden Corporation */ #define USB_VENDOR_AZTECH 0x0509 /* Aztech Systems */ #define USB_VENDOR_BELKIN 0x050d /* Belkin Components */ #define USB_VENDOR_KAWATSU 0x050f /* Kawatsu Semiconductor */ @@ -935,6 +936,9 @@ #define USB_PRODUCT_HITACHI_DZMV100A 0x0004 /* DVD-CAM DZ-MV100A Camcorder */ #define USB_PRODUCT_HITACHI_DVDCAM_USB 0x001e /* DVDCAM USB HS Interface */ +/* Hosiden Corporation products */ +#define USB_PRODUCT_HOSIDEN_PPP 0x0011 /* ParaParaParadise Controller */ + /* HP products */ #define USB_PRODUCT_HP_895C 0x0004 /* DeskJet 895C */ #define USB_PRODUCT_HP_4100C 0x0101 /* Scanjet 4100C */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 7e5967c2857..4f5cdafc72c 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.404 2005/06/01 09:16:07 sekiya Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.405 2005/06/19 10:26:36 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.399 2005/06/01 09:15:41 sekiya Exp + * NetBSD: usbdevs,v 1.400 2005/06/19 10:25:36 augustss Exp */ /* @@ -390,6 +390,10 @@ const struct usb_vendor usb_vendors[] = { "3Com", }, { + USB_VENDOR_HOSIDEN, + "Hosiden Corporation", + }, + { USB_VENDOR_AZTECH, "Aztech Systems", }, @@ -1542,7 +1546,7 @@ const struct usb_vendor usb_vendors[] = { "Hewlett Packard", }, }; -const int usb_nvendors = 374; +const int usb_nvendors = 375; const struct usb_product usb_products[] = { { @@ -2718,6 +2722,10 @@ const struct usb_product usb_products[] = { "DVDCAM USB HS Interface", }, { + USB_VENDOR_HOSIDEN, USB_PRODUCT_HOSIDEN_PPP, + "ParaParaParadise Controller", + }, + { USB_VENDOR_HP, USB_PRODUCT_HP_895C, "DeskJet 895C", }, @@ -5214,4 +5222,4 @@ const struct usb_product usb_products[] = { "Scorpion-980N keyboard", }, }; -const int usb_nproducts = 917; +const int usb_nproducts = 918; |
