diff options
author | akiyama <akiyama@FreeBSD.org> | 2003-11-16 12:07:01 +0000 |
---|---|---|
committer | akiyama <akiyama@FreeBSD.org> | 2003-11-16 12:07:01 +0000 |
commit | 932df3b247fc2e628729f7e76ed1868b574dffe9 (patch) | |
tree | 0afbe10115c507b270a48a398aae4e72ef791f4e /sys/dev/usb/usbdevs.h | |
parent | 3a99627f78d8ab837dde7139d19b43a693d70770 (diff) | |
download | FreeBSD-src-932df3b247fc2e628729f7e76ed1868b574dffe9.zip FreeBSD-src-932df3b247fc2e628729f7e76ed1868b574dffe9.tar.gz |
Regen.
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index ebb1236..7291fe2 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.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 */ |