diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-01-03 23:06:08 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-01-03 23:06:08 +0000 |
| commit | ba94ce12a7d631d52d6f5b45230eac32f21a283f (patch) | |
| tree | c83f0ce56ad9590c79ed24570d81f59403007e9b /sys/dev/usb/usbdevs.h | |
| parent | a77a8c3ddd19a64d62115b223d02894ab0a0f457 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 3cf388e5166ae..cb6f13f927841 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ |
