diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-30 11:09:44 +0200 |
---|---|---|
committer | Zefan Li <lizefan@huawei.com> | 2015-09-18 09:20:39 +0800 |
commit | 2868a88cb4da65598ed5faf29dcbba19f5cd1b4a (patch) | |
tree | 51b1a6ed52d78fe172f619d015e8e5653c285ff2 | |
parent | 6da66b35031ddefbfa29afc7fb96480ddf58e4b3 (diff) | |
download | lwn-2868a88cb4da65598ed5faf29dcbba19f5cd1b4a.tar.gz lwn-2868a88cb4da65598ed5faf29dcbba19f5cd1b4a.zip |
usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
commit 172115090f5e739660b97694618a2ba86457063a upstream.
Without this flag some versions of these enclosures do not work.
Reported-and-tested-by: Christian Schaller <cschalle@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 25174beb8d8d..d0ecaf9ff415 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -752,6 +752,13 @@ UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_GO_SLOW ), +/* Reported by Christian Schaller <cschalle@redhat.com> */ +UNUSUAL_DEV( 0x059f, 0x0651, 0x0000, 0x0000, + "LaCie", + "External HDD", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_WP_DETECT ), + /* Submitted by Joel Bourquard <numlock@freesurf.ch> * Some versions of this device need the SubClass and Protocol overrides * while others don't. |