diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
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; |
