summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorxtraeme <xtraeme@NetBSD.org>2007-05-07 05:44:24 +0000
committerxtraeme <xtraeme@NetBSD.org>2007-05-07 05:44:24 +0000
commite62012ff3ef0bd29d022028fe81a1fa4e95ee23b (patch)
treee37acacd92a2a096ee72eb598fe2fbfac8a9cf7c /sys/dev/usb
parent0065b980caa2719cad2071d1662502c0d6e58c13 (diff)
regen
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs.h5
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 2793e35700b..ce1b1ef2914 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.464 2007/05/03 06:34:17 skrll Exp $ */
+/* $NetBSD: usbdevs.h,v 1.465 2007/05/07 05:44:24 xtraeme Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.462 2007/05/03 06:33:23 skrll Exp
+ * NetBSD: usbdevs,v 1.463 2007/05/07 05:44:00 xtraeme Exp
*/
/*
@@ -641,6 +641,7 @@
/* ASUSTeK computer products */
#define USB_PRODUCT_ASUSTEK_WL167G 0x1707 /* WL-167g USB2.0 WLAN Adapter */
+#define USB_PRODUCT_ASUSTEK_WL167G_2 0x1723 /* WL-167g USB2.0 WLAN Adapter (version 2) */
/* ATen products */
#define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index a43eea4d73d..eb00aca9c9b 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.465 2007/05/03 06:34:17 skrll Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.466 2007/05/07 05:44:25 xtraeme Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.462 2007/05/03 06:33:23 skrll Exp
+ * NetBSD: usbdevs,v 1.463 2007/05/07 05:44:00 xtraeme Exp
*/
/*
@@ -2070,6 +2070,10 @@ const struct usb_product usb_products[] = {
"WL-167g USB2.0 WLAN Adapter",
},
{
+ USB_VENDOR_ASUSTEK, USB_PRODUCT_ASUSTEK_WL167G_2,
+ "WL-167g USB2.0 WLAN Adapter (version 2)",
+ },
+ {
USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC1284,
"Parallel printer adapter",
},
@@ -5842,4 +5846,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 1035;
+const int usb_nproducts = 1036;