diff options
Diffstat (limited to 'usb.patch')
-rw-r--r-- | usb.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/usb.patch b/usb.patch new file mode 100644 index 00000000000000..693dfc235e3f2b --- /dev/null +++ b/usb.patch @@ -0,0 +1,24 @@ +--- + drivers/usb/storage/unusual_uas.h | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +--- a/drivers/usb/storage/unusual_uas.h ++++ b/drivers/usb/storage/unusual_uas.h +@@ -118,6 +118,17 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x99 + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_BROKEN_FUA), + ++/* Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> */ ++UNUSUAL_DEV(0x152d, 0x0583, 0x0000, 0x9999, ++ "JMicron", ++ "JMS583", ++ USB_SC_DEVICE, USB_PR_DEVICE, NULL, ++ US_FL_NO_READ_CAPACITY_16 | ++ //US_FL_NEEDS_CAP16 | ++ US_FL_NO_REPORT_OPCODES | ++ US_FL_ALWAYS_SYNC | ++ US_FL_NO_SAME ), ++ + /* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */ + UNUSUAL_DEV(0x154b, 0xf00b, 0x0000, 0x9999, + "PNY", |