summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-09-01 17:59:52 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-09-01 17:59:52 +0000
commit481ea9be3075eb07a6b5150e5dbba8787b6b35f0 (patch)
tree0e6aef77088787dbd44d43d4546ae66a7e4a3b71
parent19ada2507a9db086dcb1072e06751976a1bdbbc0 (diff)
sync
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 4fc2a3c7344..4910ed7e542 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.71 2003/07/19 08:04:48 cedric Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.72 2003/09/01 17:59:51 grange Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.68 2003/07/19 08:02:43 cedric Exp
+ * OpenBSD: usbdevs,v 1.69 2003/09/01 17:56:47 grange Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -352,6 +352,7 @@
#define USB_VENDOR_EASYDISK 0x0c76 /* EasyDisk */
#define USB_VENDOR_TANGTOP 0x0d3d /* Tangtop */
#define USB_VENDOR_PEN 0x0d7d /* Pen Drive */
+#define USB_VENDOR_MSI 0x0db0 /* Micro Star International */
#define USB_VENDOR_OTI 0x0ea0 /* Ours Technology Inc. */
#define USB_VENDOR_PILOTECH 0x0eaf /* Pilotech */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
@@ -1010,6 +1011,9 @@
/* Metricom products */
#define USB_PRODUCT_METRICOM_RICOCHET_GS 0x0001 /* Ricochet GS */
+/* Micro Star International products */
+#define USB_PRODUCT_MSI_BLUETOOTH 0x1967 /* Bluetooth USB Adapter */
+
/* Microsoft products */
#define USB_PRODUCT_MICROSOFT_SIDEPREC 0x0008 /* SideWinder Precision Pro */
#define USB_PRODUCT_MICROSOFT_INTELLIMOUSE 0x0009 /* IntelliMouse */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 37c4cd2f976..10f8ff9858e 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.71 2003/07/19 08:04:48 cedric Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.72 2003/09/01 17:59:51 grange Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.68 2003/07/19 08:02:43 cedric Exp
+ * OpenBSD: usbdevs,v 1.69 2003/09/01 17:56:47 grange Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -2441,6 +2441,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Ricochet GS",
},
{
+ USB_VENDOR_MSI, USB_PRODUCT_MSI_BLUETOOTH,
+ 0,
+ "Micro Star International",
+ "Bluetooth USB Adapter",
+ },
+ {
USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_SIDEPREC,
0,
"Microsoft",
@@ -5783,6 +5789,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_MSI, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Micro Star International",
+ NULL,
+ },
+ {
USB_VENDOR_OTI, 0,
USB_KNOWNDEV_NOPROD,
"Ours Technology Inc.",