mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
usb: add quirks for the Genesys GL3220 card reader
Without these, card hotplugging does not work on the GL3220. PR: 263868 Fixes:7520b88860("usb(4): Automagically apply all quirks [...]") (cherry picked from commit94efe9f91b)
This commit is contained in:
parent
1304190b59
commit
93f1302dc6
2 changed files with 3 additions and 0 deletions
|
|
@ -260,6 +260,8 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
|||
UQ_MSC_NO_START_STOP, UQ_MSC_IGNORE_RESIDUE),
|
||||
USB_QUIRK(GENESYS, GL641USB_2, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
|
||||
UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_WRONG_CSWSIG),
|
||||
USB_QUIRK(GENESYS, GL3220, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY,
|
||||
UQ_MSC_NO_RS_CLEAR_UA),
|
||||
USB_QUIRK(HAGIWARA, FG, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
|
||||
UQ_MSC_FORCE_PROTO_SCSI),
|
||||
USB_QUIRK(HAGIWARA, FGSM, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
|
||||
|
|
|
|||
|
|
@ -2295,6 +2295,7 @@ product GENESYS GL3520_SS 0x0616 GL3520 4-Port USB 3.0 DataPath
|
|||
product GENESYS GL641USB 0x0700 GL641USB CompactFlash Card Reader
|
||||
product GENESYS GL641USB2IDE_2 0x0701 GL641USB USB-IDE Bridge No 2
|
||||
product GENESYS GL641USB2IDE 0x0702 GL641USB USB-IDE Bridge
|
||||
product GENESYS GL3220 0x0732 GL3220 USB 3.1 AiO Card Reader
|
||||
product GENESYS GL3233 0x0743 GL3233 USB 3.0 AiO Card Reader
|
||||
product GENESYS GL641USB_2 0x0760 GL641USB 6-in-1 Card Reader
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue