summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-04-27 13:56:39 +0000
committersanpei <sanpei@FreeBSD.org>2004-04-27 13:56:39 +0000
commit4914ed4734896975052db6b9671b5936bf7e6e30 (patch)
tree0cda7fc634079fab41c09d9332a24732312c7758
parent918e56f8ce43af458699646f18e2154b2da8dda4 (diff)
downloadFreeBSD-src-4914ed4734896975052db6b9671b5936bf7e6e30.zip
FreeBSD-src-4914ed4734896975052db6b9671b5936bf7e6e30.tar.gz
Sync to 1.172 of usbdevs
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h14
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 54ef0f8..2e1e8fd 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.171 2004/04/25 11:21:30 sanpei Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.172 2004/04/27 13:55:26 sanpei Exp
*/
/*
@@ -381,6 +381,7 @@
#define USB_VENDOR_DLINK 0x2001 /* D-Link */
#define USB_VENDOR_VIDZMEDIA 0x3275 /* VidzMedia Pte Ltd */
#define USB_VENDOR_DAISY 0x3579 /* Daisy Technology */
+#define USB_VENDOR_DELL 0x413c /* Dell */
#define USB_VENDOR_INTEL 0x8086 /* Intel */
#define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */
@@ -598,6 +599,9 @@
/* Dallas Semiconductor products */
#define USB_PRODUCT_DALLAS_J6502 0x4201 /* J-6502 speakers */
+/* Dell products */
+#define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */
+
/* Diamond products */
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 74655de..00e9293 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.171 2004/04/25 11:21:30 sanpei Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.172 2004/04/27 13:55:26 sanpei Exp
*/
/*
@@ -772,6 +772,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"J-6502 speakers",
},
{
+ USB_VENDOR_DELL, USB_PRODUCT_DELL_BC02,
+ 0,
+ "Dell",
+ "Dell BC02 Bluetooth USB Adapter",
+ },
+ {
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
0,
"Diamond",
@@ -5218,6 +5224,12 @@ const struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_DELL, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Dell",
+ NULL,
+ },
+ {
USB_VENDOR_INTEL, 0,
USB_KNOWNDEV_NOPROD,
"Intel",
OpenPOWER on IntegriCloud