Skip to content

Commit 674aea0

Browse files
oneukumgregkh
authored andcommitted
usb: storage: unusual_uas: Add JMicron JMS56x to unusual device
This device gives the following error on detection. xhci_hcd 0000:00:11.0: 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 passed. Signed-off-by: George Cherian <george.cherian@cavium.com> Signed-off-by: Oliver Neukum <oneukun@suse.com> CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3bc02bc commit 674aea0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_devs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,13 @@ UNUSUAL_DEV( 0x152d, 0x2566, 0x0114, 0x0114,
21092109
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
21102110
US_FL_BROKEN_FUA ),
21112111

2112+
/* Reported-by George Cherian <george.cherian@cavium.com> */
2113+
UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999,
2114+
"JMicron",
2115+
"JMS56x",
2116+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2117+
US_FL_NO_REPORT_OPCODES),
2118+
21122119
/*
21132120
* Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI)
21142121
* and Mac USB Dock USB-SCSI */

0 commit comments

Comments
 (0)