]> Git Repo - linux.git/commitdiff
usb-storage: Disable UAS on JMicron SATA enclosure
authorLaura Abbott <[email protected]>
Tue, 8 Sep 2015 16:53:38 +0000 (09:53 -0700)
committerGreg Kroah-Hartman <[email protected]>
Mon, 18 Nov 2019 15:56:25 +0000 (16:56 +0100)
Steve Ellis reported incorrect block sizes and alignement
offsets with a SATA enclosure. Adding a quirk to disable
UAS fixes the problems.

Reported-by: Steven Ellis <[email protected]>
Cc: Pacho Ramos <[email protected]>
Signed-off-by: Laura Abbott <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/storage/unusual_uas.h

index d0bdebd87ce3a90a0ab82f1a46b6ffa47ba102db..1b23741036ee8e913f6a8e508e754a94d78fb19e 100644 (file)
@@ -87,12 +87,15 @@ UNUSUAL_DEV(0x2537, 0x1068, 0x0000, 0x9999,
                USB_SC_DEVICE, USB_PR_DEVICE, NULL,
                US_FL_IGNORE_UAS),
 
-/* Reported-by: Takeo Nakayama <[email protected]> */
+/*
+ * Initially Reported-by: Takeo Nakayama <[email protected]>
+ * UAS Ignore Reported by Steven Ellis <[email protected]>
+ */
 UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999,
                "JMicron",
                "JMS566",
                USB_SC_DEVICE, USB_PR_DEVICE, NULL,
-               US_FL_NO_REPORT_OPCODES),
+               US_FL_NO_REPORT_OPCODES | US_FL_IGNORE_UAS),
 
 /* Reported-by: Hans de Goede <[email protected]> */
 UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999,
This page took 0.068961 seconds and 4 git commands to generate.