mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
usb: uas: Add JMicron JMS583 and CHIPFANCIER to unusual device
These two devices give the following error on detection. Write cache: enabled, read cache: enabled, doesn't support DPO or FUA xhci-hcd xhci-hcd.5.auto: ERROR Transfer event for disabled endpoint or incorrect stream ring The same error is not seen when it is added to unusual_device list with US_FL_NO_REPORT_OPCODES and US_FL_BROKEN_FUA passed. Change-Id: Ia1035ea597c65ad7112f68f5cbdd792875ee2995 Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -148,6 +148,18 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
US_FL_BROKEN_FUA),
|
||||
|
||||
UNUSUAL_DEV(0x152d, 0x0583, 0x0000, 0x9999,
|
||||
"JMicron",
|
||||
"JMS583",
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
|
||||
|
||||
UNUSUAL_DEV(0x174c, 0x55aa, 0x0000, 0x9999,
|
||||
"WINTOGO",
|
||||
"CHIPFANCIER",
|
||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||
US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
|
||||
|
||||
/* Reported-by: Hans de Goede <hdegoede@redhat.com> */
|
||||
UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999,
|
||||
"VIA",
|
||||
|
||||
Reference in New Issue
Block a user