aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/storage/unusual_devs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index b130e170b4a8..4b06ac34430f 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -631,6 +631,13 @@ UNUSUAL_DEV( 0x0595, 0x4343, 0x0000, 0x2210,
631 "Digital Camera EX-20 DSC", 631 "Digital Camera EX-20 DSC",
632 US_SC_8070, US_PR_DEVICE, NULL, 0 ), 632 US_SC_8070, US_PR_DEVICE, NULL, 0 ),
633 633
634/* Reported by <Hendryk.Pfeiffer@gmx.de> */
635UNUSUAL_DEV( 0x059f, 0x0643, 0x0000, 0x0000,
636 "LaCie",
637 "DVD+-RW",
638 US_SC_DEVICE, US_PR_DEVICE, NULL,
639 US_FL_GO_SLOW ),
640
634/* Submitted by Joel Bourquard <numlock@freesurf.ch> 641/* Submitted by Joel Bourquard <numlock@freesurf.ch>
635 * Some versions of this device need the SubClass and Protocol overrides 642 * Some versions of this device need the SubClass and Protocol overrides
636 * while others don't. 643 * while others don't.