projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc703ec
)
usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
author
Hans de Goede
<
[email protected]
>
Thu, 30 Apr 2015 09:09:44 +0000
(11:09 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 10 May 2015 13:38:33 +0000
(15:38 +0200)
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]
>
drivers/usb/storage/unusual_devs.h
patch
|
blob
|
history
diff --git
a/drivers/usb/storage/unusual_devs.h
b/drivers/usb/storage/unusual_devs.h
index d684b4b8108ff34a5c4023088d9e927dcb378f6b..caf188800c679e7f24fc329903848a8c1f64d41a 100644
(file)
--- a/
drivers/usb/storage/unusual_devs.h
+++ b/
drivers/usb/storage/unusual_devs.h
@@
-766,6
+766,13
@@
UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
US_FL_GO_SLOW ),
+/* Reported by Christian Schaller <
[email protected]
> */
+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 <
[email protected]
>
* Some versions of this device need the SubClass and Protocol overrides
* while others don't.