mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the Alcor Card Reader (9361)
PR: 124656 Submitted by: Vincent Francois <vincentfrancois dot pro at gmail dot com> Approved by: imp (mentor, implicit) MFC after: 1 week
This commit is contained in:
parent
cd11f01e4a
commit
ecf815ecf0
2 changed files with 5 additions and 0 deletions
|
|
@ -340,6 +340,10 @@ static struct umass_devdescr_t umass_devdescrs[] = {
|
|||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
NO_QUIRKS
|
||||
},
|
||||
{ USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_UMCR_9361, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
NO_GETMAXLUN
|
||||
},
|
||||
{ USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO230, RID_WILDCARD,
|
||||
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
|
||||
NO_INQUIRY
|
||||
|
|
|
|||
|
|
@ -806,6 +806,7 @@ product ALCOR2 KBD_HUB 0x2802 Kbd Hub
|
|||
|
||||
product ALCOR MA_KBD_HUB 0x9213 MacAlly Kbd Hub
|
||||
product ALCOR AU9814 0x9215 AU9814 Hub
|
||||
product ALCOR UMCR_9361 0x9361 USB Multimedia Card Reader
|
||||
product ALCOR SM_KBD 0x9410 MicroConnectors/StrongMan Keyboard
|
||||
product ALCOR NEC_KBD_HUB 0x9472 NEC Kbd Hub
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue