diff options
-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 d684b4b8108f..caf188800c67 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -766,6 +766,13 @@ UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000, | |||
766 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 766 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
767 | US_FL_GO_SLOW ), | 767 | US_FL_GO_SLOW ), |
768 | 768 | ||
769 | /* Reported by Christian Schaller <cschalle@redhat.com> */ | ||
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 | |||
769 | /* Submitted by Joel Bourquard <numlock@freesurf.ch> | 776 | /* Submitted by Joel Bourquard <numlock@freesurf.ch> |
770 | * Some versions of this device need the SubClass and Protocol overrides | 777 | * Some versions of this device need the SubClass and Protocol overrides |
771 | * while others don't. | 778 | * while others don't. |