summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>2008-04-07 07:28:36 +0000
committerOleg Safiullin <form@cvs.openbsd.org>2008-04-07 07:28:36 +0000
commitc3ebff5ed216c15117eb782e1ba0b9da7c4be321 (patch)
treea7ddb15c3cd3cc150ff8dcc850c1214790b74d77
parent98811b8684cfdf2c6fec387db5afa86c7ceb3e31 (diff)
sync
-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 92832cda4f5..d3cf38a4923 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.355 2008/04/02 08:51:36 fkr Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.356 2008/04/07 07:28:35 form Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.346 2008/04/02 08:51:08 fkr Exp
+ * OpenBSD: usbdevs,v 1.347 2008/04/07 07:28:08 form Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -526,6 +526,7 @@
#define USB_VENDOR_QUALCOMM3 0x19d2 /* Qualcomm Inc. */
#define USB_VENDOR_DLINK 0x2001 /* D-Link */
#define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */
+#define USB_VENDOR_DLINK3 0x2101 /* D-Link */
#define USB_VENDOR_MOTOROLA2 0x22b8 /* Motorola */
#define USB_VENDOR_TRIPPLITE 0x2478 /* Tripp-Lite */
#define USB_VENDOR_NHJ 0x2770 /* NHJ */
@@ -1102,6 +1103,7 @@
/* D-Link products */
/*product DLINK DSBS25 0x0100 DSB-S25 serial */
+#define USB_PRODUCT_DLINK3_KVM221 0x020f /* KVM-221 */
#define USB_PRODUCT_DLINK_DUBE100 0x1a00 /* 10/100 ethernet */
#define USB_PRODUCT_DLINK_DSB650TX4 0x200c /* 10/100 ethernet */
#define USB_PRODUCT_DLINK_DWL120E 0x3200 /* DWL-120 rev E */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 10c4881414f..144eacd6051 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.351 2008/04/02 08:51:36 fkr Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.352 2008/04/07 07:28:35 form Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.346 2008/04/02 08:51:08 fkr Exp
+ * OpenBSD: usbdevs,v 1.347 2008/04/07 07:28:08 form Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -1453,6 +1453,10 @@ const struct usb_known_product usb_known_products[] = {
"PS/2 Active",
},
{
+ USB_VENDOR_DLINK3, USB_PRODUCT_DLINK3_KVM221,
+ "KVM-221",
+ },
+ {
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100,
"10/100 ethernet",
},
@@ -8193,6 +8197,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Planex Communications",
},
{
+ USB_VENDOR_DLINK3,
+ "D-Link",
+ },
+ {
USB_VENDOR_MOTOROLA2,
"Motorola",
},