diff options
author | Jürgen Mell <juergen.mell@t-online.de> | 2007-03-25 01:59:34 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-03-25 01:59:34 +0100 |
commit | e56df0401a8481b555f690a9b9419f5b0f8793b0 (patch) | |
tree | 85a725bc230f27ebc8ba244ddbd17a3ffbc7e15c /drivers | |
parent | 825661f361d2eccf2774d5b90d6bcab381dd7c23 (diff) |
USB floppy drive SAMSUNG SFD-321U/EP was detected 8 times
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers')
-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 0a1a75c82ea..80d2f8eb832 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -599,6 +599,13 @@ UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY ), +/* floppy reports multiple luns */ +UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, + "SAMSUNG", + "SFD-321U [FW 0C]", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_SINGLE_LUN ), + UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, "Y-E Data", |