diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-23 16:36:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-12-23 16:36:35 +0100 |
commit | 158352e138c236c33d1d561674063ac7ffe86680 (patch) | |
tree | 8b740fa1b77680e6eff3ca1a5e2185f7914091e1 /usb.patch | |
parent | 87fdab48af04783a84d8b3b1443b4e884555182f (diff) | |
download | patches-158352e138c236c33d1d561674063ac7ffe86680.tar.gz |
drop applied patches
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", |