diff options
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 4a803d69fa36..43ed6b19535d 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, | |||
599 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 599 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
600 | US_FL_FIX_INQUIRY ), | 600 | US_FL_FIX_INQUIRY ), |
601 | 601 | ||
602 | /* floppy reports multiple luns */ | ||
603 | UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, | ||
604 | "SAMSUNG", | ||
605 | "SFD-321U [FW 0C]", | ||
606 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
607 | US_FL_SINGLE_LUN ), | ||
608 | |||
602 | 609 | ||
603 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, | 610 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, |
604 | "Y-E Data", | 611 | "Y-E Data", |