summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2005-07-01 11:37:10 +0000
committeraugustss <augustss@NetBSD.org>2005-07-01 11:37:10 +0000
commitd4af4ffb2b522f2db87070920427856f6fc3bf99 (patch)
treead309a1a9fe600f0c00fa0fa8b41811564b64ed3 /sys/dev/usb/usbdevs_data.h
parent606a246ce623904bddbf19be438a54e909f59515 (diff)
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 34a8d178039..73dd31d3487 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.406 2005/06/24 08:10:26 skrll Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.407 2005/07/01 11:37:10 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.401 2005/06/24 08:09:31 skrll Exp
+ * NetBSD: usbdevs,v 1.402 2005/07/01 11:36:39 augustss Exp
*/
/*
@@ -1514,6 +1514,10 @@ const struct usb_vendor usb_vendors[] = {
"National Instruments",
},
{
+ USB_VENDOR_HANK,
+ "Hank Connection",
+ },
+ {
USB_VENDOR_MICRONET,
"Micronet Communications",
},
@@ -1550,7 +1554,7 @@ const struct usb_vendor usb_vendors[] = {
"Hewlett Packard",
},
};
-const int usb_nvendors = 376;
+const int usb_nvendors = 377;
const struct usb_product usb_products[] = {
{
@@ -2718,6 +2722,10 @@ const struct usb_product usb_products[] = {
"Handspring Treo 600",
},
{
+ USB_VENDOR_HANK, USB_PRODUCT_HANK_HP5187,
+ "HP Wireless Keyboard&Mouse",
+ },
+ {
USB_VENDOR_HAUPPAUGE, USB_PRODUCT_HAUPPAUGE_WINTV_USB_FM,
"WinTV USB FM",
},
@@ -5234,4 +5242,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 920;
+const int usb_nproducts = 921;