Sync to 1.147 of usbdevs
This commit is contained in:
parent
e95ba214a5
commit
fd25f0d539
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.146 2003/12/17 14:23:07 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.147 2003/12/18 05:47:10 sanpei Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -356,6 +356,7 @@
|
||||
#define USB_VENDOR_DMI 0x0c0b /* DMI */
|
||||
#define USB_VENDOR_LUWEN 0x0c76 /* Luwen */
|
||||
#define USB_VENDOR_SMC3 0x0d5c /* Standard Microsystems */
|
||||
#define USB_VENDOR_PNY 0x0d7d /* PNY */
|
||||
#define USB_VENDOR_HAWKING 0x0e66 /* Hawking Technologies */
|
||||
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
|
||||
#define USB_VENDOR_PLX 0x10b5 /* PLX */
|
||||
@ -924,6 +925,7 @@
|
||||
#define USB_PRODUCT_MINOLTA_2300 0x4001 /* Dimage 2300 */
|
||||
#define USB_PRODUCT_MINOLTA_S304 0x4007 /* Dimage S304 */
|
||||
#define USB_PRODUCT_MINOLTA_X 0x4009 /* Dimage X */
|
||||
#define USB_PRODUCT_MINOLTA_5400 0x400e /* Dimage 5400 */
|
||||
|
||||
/* Mitsumi products */
|
||||
#define USB_PRODUCT_MITSUMI_CDRRW 0x0000 /* CD-R/RW Drive */
|
||||
@ -1019,6 +1021,9 @@
|
||||
/* PLX products */
|
||||
#define USB_PRODUCT_PLX_TESTBOARD 0x9060 /* test board */
|
||||
|
||||
/* PNY products */
|
||||
#define USB_PRODUCT_PNY_ATTACHE 0x1300 /* USB 2.0 Flash Drive */
|
||||
|
||||
/* Primax products */
|
||||
#define USB_PRODUCT_PRIMAX_G2X300 0x0300 /* G2-200 scanner */
|
||||
#define USB_PRODUCT_PRIMAX_G2E300 0x0301 /* G2E-300 scanner */
|
||||
|
@ -4,7 +4,7 @@
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.146 2003/12/17 14:23:07 sanpei Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.147 2003/12/18 05:47:10 sanpei Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -2025,6 +2025,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Minolta",
|
||||
"Dimage X",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_5400,
|
||||
0,
|
||||
"Minolta",
|
||||
"Dimage 5400",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MITSUMI, USB_PRODUCT_MITSUMI_CDRRW,
|
||||
0,
|
||||
@ -2349,6 +2355,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"PLX",
|
||||
"test board",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PNY, USB_PRODUCT_PNY_ATTACHE,
|
||||
0,
|
||||
"PNY",
|
||||
"USB 2.0 Flash Drive",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2X300,
|
||||
0,
|
||||
@ -4833,6 +4845,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
||||
"Standard Microsystems",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_PNY, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"PNY",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HAWKING, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user