Skip to content

Commit a37eb61

Browse files
YaroST12gregkh
authored andcommitted
uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
Just like other JMicron JMS5xx enclosures, it chokes on report-opcodes, let's avoid them. Signed-off-by: Yaroslav Furman <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 96b96b2 commit a37eb61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_uas.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
111111
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
112112
US_FL_BROKEN_FUA),
113113

114+
/* Reported by: Yaroslav Furman <[email protected]> */
115+
UNUSUAL_DEV(0x152d, 0x0583, 0x0000, 0x9999,
116+
"JMicron",
117+
"JMS583Gen 2",
118+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
119+
US_FL_NO_REPORT_OPCODES),
120+
114121
/* Reported-by: Thinh Nguyen <[email protected]> */
115122
UNUSUAL_DEV(0x154b, 0xf00b, 0x0000, 0x9999,
116123
"PNY",

0 commit comments

Comments
 (0)