summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index d96e7a69dd5..15b75d554da 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.189 2006/03/05 06:42:27 jsg Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.190 2006/03/11 04:06:26 jsg Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.185 2006/03/05 06:41:36 jsg Exp
+ * OpenBSD: usbdevs,v 1.186 2006/03/11 04:05:44 jsg Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -290,6 +290,7 @@
#define USB_VENDOR_AVERMEDIA 0x07ca /* AVerMedia Technologies */
#define USB_VENDOR_SIIG 0x07cc /* SIIG */
#define USB_VENDOR_CASIO 0x07cf /* CASIO */
+#define USB_VENDOR_DLINK2 0x07d1 /* D-Link */
#define USB_VENDOR_APTIO 0x07d2 /* Aptio Products */
#define USB_VENDOR_ARASAN 0x07da /* Arasan Chip Systems */
#define USB_VENDOR_ALLIEDCABLE 0x07e6 /* Allied Cable */
@@ -854,6 +855,7 @@
#define USB_PRODUCT_DLINK_DWL122 0x3700 /* DWL-122 */
#define USB_PRODUCT_DLINK_DWL120F 0x3702 /* DWL-120 rev F */
#define USB_PRODUCT_DLINK_RT2570 0x3c00 /* RT2570 */
+#define USB_PRODUCT_DLINK2_DWLG122C1 0x3c03 /* DWL-G122 rev C1 */
#define USB_PRODUCT_DLINK_DSB650C 0x4000 /* 10Mbps ethernet */
#define USB_PRODUCT_DLINK_DSB650TX1 0x4001 /* 10/100 ethernet */
#define USB_PRODUCT_DLINK_DSB650TX 0x4002 /* 10/100 ethernet */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 3b8089aea61..ae54b7b081d 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.189 2006/03/05 06:42:27 jsg Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.190 2006/03/11 04:06:26 jsg Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.185 2006/03/05 06:41:36 jsg Exp
+ * OpenBSD: usbdevs,v 1.186 2006/03/11 04:05:44 jsg Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -979,6 +979,10 @@ const struct usb_known_product usb_known_products[] = {
"RT2570",
},
{
+ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1,
+ "DWL-G122 rev C1",
+ },
+ {
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C,
"10Mbps ethernet",
},
@@ -4723,6 +4727,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"CASIO",
},
{
+ USB_VENDOR_DLINK2,
+ "D-Link",
+ },
+ {
USB_VENDOR_APTIO,
"Aptio Products",
},