Skip to content

Commit 9f04db2

Browse files
oneukumgregkh
authored andcommitted
USB: uas: add quirk for LaCie 2Big Quadra
This device needs US_FL_NO_REPORT_OPCODES to avoid going through prolonged error handling on enumeration. Signed-off-by: Oliver Neukum <[email protected]> Reported-by: Julian Groß <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c3bf993 commit 9f04db2

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
@@ -28,6 +28,13 @@
2828
* and don't forget to CC: the USB development list <[email protected]>
2929
*/
3030

31+
/* Reported-by: Julian Groß <[email protected]> */
32+
UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999,
33+
"LaCie",
34+
"2Big Quadra USB3",
35+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
36+
US_FL_NO_REPORT_OPCODES),
37+
3138
/*
3239
* Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI
3340
* commands in UAS mode. Observed with the 1.28 firmware; are there others?

0 commit comments

Comments
 (0)