mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Regen.
This commit is contained in:
parent
74745f66de
commit
a6c22ecd4d
2 changed files with 41 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.142 2003/10/10 20:58:46 bms Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.143 2003/11/16 12:05:11 akiyama Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -295,6 +295,7 @@
|
|||
#define USB_VENDOR_HANDSPRING 0x082d /* Handspring */
|
||||
#define USB_VENDOR_ACTIONSTAR 0x0835 /* Action Star Enterprise */
|
||||
#define USB_VENDOR_PALM 0x0830 /* Palm Computing */
|
||||
#define USB_VENDOR_SOURCENEXT 0x0833 /* SOURCENEXT */
|
||||
#define USB_VENDOR_ACCTON 0x083a /* Accton Technology */
|
||||
#define USB_VENDOR_DIAMOND 0x0841 /* Diamond */
|
||||
#define USB_VENDOR_NETGEAR 0x0846 /* BayNETGEAR */
|
||||
|
|
@ -345,6 +346,7 @@
|
|||
#define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */
|
||||
#define USB_VENDOR_NEODIO 0x0aec /* Neodio */
|
||||
#define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */
|
||||
#define USB_VENDOR_HAL 0x0b41 /* HAL Corporation */
|
||||
#define USB_VENDOR_NEC2 0x0b62 /* NEC */
|
||||
#define USB_VENDOR_ATI2 0x0b6f /* ATI */
|
||||
#define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */
|
||||
|
|
@ -676,6 +678,9 @@
|
|||
#define USB_PRODUCT_GENESYS_GL641USB 0x0700 /* GL641USB CompactFlash Card Reader */
|
||||
#define USB_PRODUCT_GENESYS_GL641USB2IDE 0x0702 /* GL641USB USB-IDE Bridge */
|
||||
|
||||
/* HAL Corporation products */
|
||||
#define USB_PRODUCT_HAL_IMR001 0x0011 /* Crossam2+USB IR commander */
|
||||
|
||||
/* Hagiwara products */
|
||||
#define USB_PRODUCT_HAGIWARA_FGSM 0x0002 /* FlashGate SmartMedia Card Reader */
|
||||
#define USB_PRODUCT_HAGIWARA_FGCF 0x0003 /* FlashGate CompactFlash Card Reader */
|
||||
|
|
@ -1135,6 +1140,10 @@
|
|||
#define USB_PRODUCT_SONY_CLIE_41 0x009a /* Sony Clie v4.1 */
|
||||
#define USB_PRODUCT_SONY_CLIE_NX60 0x00da /* Sony Clie nx60 */
|
||||
|
||||
/* SOURCENEXT products */
|
||||
#define USB_PRODUCT_SOURCENEXT_KEIKAI8 0x039f /* KeikaiDenwa 8 */
|
||||
#define USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG 0x012e /* KeikaiDenwa 8 with charger */
|
||||
|
||||
/* STMicroelectronics products */
|
||||
#define USB_PRODUCT_STMICRO_COMMUNICATOR 0x7554 /* USB Communicator */
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.142 2003/10/10 20:58:46 bms Exp
|
||||
* FreeBSD: src/sys/dev/usb/usbdevs,v 1.143 2003/11/16 12:05:11 akiyama Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -1077,6 +1077,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Genesys Logic",
|
||||
"GL641USB USB-IDE Bridge",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001,
|
||||
0,
|
||||
"HAL Corporation",
|
||||
"Crossam2+USB IR commander",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HAGIWARA, USB_PRODUCT_HAGIWARA_FGSM,
|
||||
0,
|
||||
|
|
@ -2787,6 +2793,18 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Sony",
|
||||
"Sony Clie nx60",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8,
|
||||
0,
|
||||
"SOURCENEXT",
|
||||
"KeikaiDenwa 8",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG,
|
||||
0,
|
||||
"SOURCENEXT",
|
||||
"KeikaiDenwa 8 with charger",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_STMICRO, USB_PRODUCT_STMICRO_COMMUNICATOR,
|
||||
0,
|
||||
|
|
@ -4425,6 +4443,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Palm Computing",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SOURCENEXT, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"SOURCENEXT",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACCTON, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
@ -4725,6 +4749,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Todos Data System",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HAL, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"HAL Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_NEC2, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue