Sync to 1.153 of usbdevs

This commit is contained in:
MIHIRA Sanpei Yoshiro 2004-01-03 23:06:08 +00:00
parent a77a8c3ddd
commit ba94ce12a7
2 changed files with 25 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.152 2004/01/03 15:01:03 sanpei Exp
* /FreeBSD: src/sys/dev/usb/usbdevs,v 1.153 2004/01/03 23:04:31 sanpei Exp
*/
/*
@ -349,6 +349,7 @@
#define USB_VENDOR_NEODIO 0x0aec /* Neodio */
#define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */
#define USB_VENDOR_HAL 0x0b41 /* HAL Corporation */
#define USB_VENDOR_EMS 0x0b43 /* EMS Production Ltd. */
#define USB_VENDOR_NEC2 0x0b62 /* NEC */
#define USB_VENDOR_ATI2 0x0b6f /* ATI */
#define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */
@ -569,6 +570,7 @@
/* Cambridge Silicon Radio Ltd. products */
#define USB_PRODUCT_CSR_BT_DONGLE 0x0001 /* Bluetooth USB dongle */
#define USB_PRODUCT_CSR_CSRDFU 0xffff /* USB Bluetooth Device in DFU State */
/* CTX products */
#define USB_PRODUCT_CTX_EX1300 0x9999 /* Ex1300 hub */
@ -622,6 +624,9 @@
#define USB_PRODUCT_ELSA_MODEM1 0x2265 /* ELSA Modem Board */
#define USB_PRODUCT_ELSA_USB2ETHERNET 0x3000 /* Microlink USB2Ethernet */
/* EMS products */
#define USB_PRODUCT_EMS_DUAL_SHOOTER 0x0003 /* PSX gun controller converter */
/* Entrega products */
#define USB_PRODUCT_ENTREGA_1S 0x0001 /* 1S serial connector */
#define USB_PRODUCT_ENTREGA_2S 0x0002 /* 2S serial connector */

View file

@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* /FreeBSD: src/sys/dev/usb/usbdevs,v 1.152 2004/01/03 15:01:03 sanpei Exp
* /FreeBSD: src/sys/dev/usb/usbdevs,v 1.153 2004/01/03 23:04:31 sanpei Exp
*/
/*
@ -687,6 +687,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Cambridge Silicon Radio Ltd.",
"Bluetooth USB dongle",
},
{
USB_VENDOR_CSR, USB_PRODUCT_CSR_CSRDFU,
0,
"Cambridge Silicon Radio Ltd.",
"USB Bluetooth Device in DFU State",
},
{
USB_VENDOR_CTX, USB_PRODUCT_CTX_EX1300,
0,
@ -873,6 +879,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"ELSA",
"Microlink USB2Ethernet",
},
{
USB_VENDOR_EMS, USB_PRODUCT_EMS_DUAL_SHOOTER,
0,
"EMS Production Ltd.",
"PSX gun controller converter",
},
{
USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S,
0,
@ -4869,6 +4881,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"HAL Corporation",
NULL,
},
{
USB_VENDOR_EMS, 0,
USB_KNOWNDEV_NOPROD,
"EMS Production Ltd.",
NULL,
},
{
USB_VENDOR_NEC2, 0,
USB_KNOWNDEV_NOPROD,