mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Add support for Optoelectronics USB barcode readers to uftdi(4).
Add entries for other Optoelectronics devices to usbdevs. MFC after: 1 week
This commit is contained in:
parent
fbb3471022
commit
cd4c88cad4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248175
@ -753,6 +753,8 @@ static const STRUCT_USB_HOST_ID uftdi_devs[] = {
|
||||
UFTDI_DEV(MOBILITY, USB_SERIAL, UFTDI_TYPE_AUTO),
|
||||
UFTDI_DEV(OLIMEX, ARM_USB_OCD, UFTDI_TYPE_AUTO | UFTDI_FLAG_JTAG),
|
||||
UFTDI_DEV(OLIMEX, ARM_USB_OCD_H, UFTDI_TYPE_AUTO | UFTDI_FLAG_JTAG),
|
||||
UFTDI_DEV(OPTO, CRD7734, UFTDI_TYPE_AUTO),
|
||||
UFTDI_DEV(OPTO, CRD7734_1, UFTDI_TYPE_AUTO),
|
||||
UFTDI_DEV(PAPOUCH, AD4USB, UFTDI_TYPE_AUTO),
|
||||
UFTDI_DEV(PAPOUCH, AP485, UFTDI_TYPE_AUTO),
|
||||
UFTDI_DEV(PAPOUCH, AP485_2, UFTDI_TYPE_AUTO),
|
||||
|
@ -323,6 +323,7 @@ vendor GUNZE 0x0637 Gunze Electronics USA
|
||||
vendor AVISION 0x0638 Avision
|
||||
vendor TEAC 0x0644 TEAC
|
||||
vendor ACTON 0x0647 Acton Research Corp.
|
||||
vendor OPTO 0x065a Optoelectronics Co., Ltd
|
||||
vendor SGI 0x065e Silicon Graphics
|
||||
vendor SANWASUPPLY 0x0663 Sanwa Supply
|
||||
vendor MEGATEC 0x0665 Megatec
|
||||
@ -3150,6 +3151,13 @@ product OPTION ICON321 0xd031 Globetrotter HSUPA
|
||||
product OPTION ICON505 0xd055 Globetrotter iCON 505
|
||||
product OPTION ICON452 0x7901 Globetrotter iCON 452
|
||||
|
||||
/* Optoelectronics Co., Ltd */
|
||||
product OPTO BARCODE 0x0001 Barcode Reader
|
||||
product OPTO OPTICONCODE 0x0009 Opticon Code Reader
|
||||
product OPTO BARCODE_1 0xa002 Barcode Reader
|
||||
product OPTO CRD7734 0xc000 USB Cradle CRD-7734-RU
|
||||
product OPTO CRD7734_1 0xc001 USB Cradle CRD-7734-RU
|
||||
|
||||
/* OvisLink product */
|
||||
product OVISLINK RT3072 0x3072 RT3072
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user