Sync to usbdevs 1.183
This commit is contained in:
parent
fc1a4ecf57
commit
bbfccfb3c6
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.183 2004/06/24 05:05:56 jb Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -370,6 +370,7 @@
|
||||
#define USB_VENDOR_PLX 0x10b5 /* PLX */
|
||||
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
|
||||
#define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */
|
||||
#define USB_VENDOR_DELORME 0x1163 /* Delorme Publishing */
|
||||
#define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia Inc. */
|
||||
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components */
|
||||
#define USB_VENDOR_MOBILITY 0x1342 /* Mobility */
|
||||
@ -608,6 +609,9 @@
|
||||
/* Dell products */
|
||||
#define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */
|
||||
|
||||
/* Delorme Paublishing products */
|
||||
#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
|
||||
|
||||
/* Diamond products */
|
||||
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */
|
||||
|
||||
@ -1085,6 +1089,7 @@
|
||||
#define USB_PRODUCT_PHILIPS_PCA646VC 0x0303 /* PCA646VC PC Camera */
|
||||
#define USB_PRODUCT_PHILIPS_PCVC680K 0x0308 /* PCVC680K Vesta Pro PC Camera */
|
||||
#define USB_PRODUCT_PHILIPS_DSS150 0x0471 /* DSS 150 Digital Speaker System */
|
||||
#define USB_PRODUCT_PHILIPS_UM10016 0x1552 /* ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit */
|
||||
#define USB_PRODUCT_PHILIPS_DIVAUSB 0x1801 /* DIVA USB mp3 player */
|
||||
|
||||
/* Philips Semiconductor products */
|
||||
|
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.182 2004/06/19 22:16:03 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.183 2004/06/24 05:05:56 jb Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -801,6 +801,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Dell",
|
||||
"Dell BC02 Bluetooth USB Adapter",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
|
||||
0,
|
||||
"Delorme Publishing",
|
||||
"Earthmate GPS",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
|
||||
0,
|
||||
@ -2595,6 +2601,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Philips",
|
||||
"DSS 150 Digital Speaker System",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_UM10016,
|
||||
0,
|
||||
"Philips",
|
||||
"ISP 1581 Hi-Speed USB MPEG2 Encoder Reference Kit",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_DIVAUSB,
|
||||
0,
|
||||
@ -5217,6 +5229,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Japan Radio Company",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DELORME, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Delorme Publishing",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACERCM, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
x
Reference in New Issue
Block a user