Sync to 1.172 of usbdevs
This commit is contained in:
parent
2137eb2fa7
commit
3fa30d6c9a
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -771,6 +771,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Dallas Semiconductor",
|
||||
"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,
|
||||
@ -5217,6 +5223,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Daisy Technology",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DELL, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Dell",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_INTEL, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user