Sync to 1.182 of usbdevs

This commit is contained in:
MIHIRA Sanpei Yoshiro 2004-06-19 22:17:34 +00:00
parent e67a98a725
commit 66f600d2e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130750
2 changed files with 18 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.181 2004/06/05 21:33:59 sanpei Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
*/
/*
@ -364,6 +364,7 @@
#define USB_VENDOR_PNY 0x0d7d /* PNY */
#define USB_VENDOR_MSI 0x0db0 /* Micro Star International */
#define USB_VENDOR_HAWKING 0x0e66 /* Hawking Technologies */
#define USB_VENDOR_MICROTUNE 0x0f4d /* Microtune, Inc. */
#define USB_VENDOR_QUALCOMM 0x1004 /* Qualcomm */
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
@ -989,6 +990,9 @@
/* Micro Star International products */
#define USB_PRODUCT_MSI_BT_DONGLE 0x1967 /* Bluetooth USB dongle */
/* Microtune, Inc. products */
#define USB_PRODUCT_MICROTUNE_BT_DONGLE 0x1000 /* Bluetooth USB dongle */
/* Mitsumi products */
#define USB_PRODUCT_MITSUMI_CDRRW 0x0000 /* CD-R/RW Drive */
#define USB_PRODUCT_MITSUMI_BT_DONGLE 0x641f /* Bluetooth USB dongle */

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.181 2004/06/05 21:33:59 sanpei Exp
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
*/
/*
@ -2247,6 +2247,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Micro Star International",
"Bluetooth USB dongle",
},
{
USB_VENDOR_MICROTUNE, USB_PRODUCT_MICROTUNE_BT_DONGLE,
0,
"Microtune, Inc.",
"Bluetooth USB dongle",
},
{
USB_VENDOR_MITSUMI, USB_PRODUCT_MITSUMI_CDRRW,
0,
@ -5175,6 +5181,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Hawking Technologies",
NULL,
},
{
USB_VENDOR_MICROTUNE, 0,
USB_KNOWNDEV_NOPROD,
"Microtune, Inc.",
NULL,
},
{
USB_VENDOR_QUALCOMM, 0,
USB_KNOWNDEV_NOPROD,