Skip to content

Commit 5817cd0

Browse files
jwrdegoedesashalevin
authored andcommitted
usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
[ Upstream commit 1721150 ] Without this flag some versions of these enclosures do not work. Cc: [email protected] Reported-and-tested-by: Christian Schaller <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 66570f4 commit 5817cd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_devs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,13 @@ UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
766766
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
767767
US_FL_GO_SLOW ),
768768

769+
/* Reported by Christian Schaller <[email protected]> */
770+
UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000,
771+
"LaCie",
772+
"External HDD",
773+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
774+
US_FL_NO_WP_DETECT ),
775+
769776
/* Submitted by Joel Bourquard <[email protected]>
770777
* Some versions of this device need the SubClass and Protocol overrides
771778
* while others don't.

0 commit comments

Comments
 (0)