summaryrefslogtreecommitdiff
path: root/sys/dev
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
parent606a246ce623904bddbf19be438a54e909f59515 (diff)
Regen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 99685707bfb..7bb71e1cfc9 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.405 2005/06/24 08:10:26 skrll Exp $ */
+/* $NetBSD: usbdevs.h,v 1.406 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
*/
/*
@@ -435,6 +435,7 @@
#define USB_VENDOR_PQI 0x3538 /* PQI */
#define USB_VENDOR_DAISY 0x3579 /* Daisy Technology */
#define USB_VENDOR_NI 0x3923 /* National Instruments */
+#define USB_VENDOR_HANK 0x3353 /* Hank Connection */
#define USB_VENDOR_MICRONET 0x3980 /* Micronet Communications */
#define USB_VENDOR_IODATA2 0x40bb /* I-O Data */
#define USB_VENDOR_IRIVER 0x4102 /* iRiver */
@@ -931,6 +932,9 @@
#define USB_PRODUCT_HANDSPRING_TREO 0x0200 /* Handspring Treo */
#define USB_PRODUCT_HANDSPRING_TREO600 0x0300 /* Handspring Treo 600 */
+/* Hank Connection */
+#define USB_PRODUCT_HANK_HP5187 0x3353 /* HP Wireless Keyboard&Mouse */
+
/* Hauppauge Computer Works */
#define USB_PRODUCT_HAUPPAUGE_WINTV_USB_FM 0x4d12 /* WinTV USB FM */
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;