diff options
author | Pete Zaitcev <zaitcev@redhat.com> | 2009-08-20 22:00:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:38 -0400 |
commit | fd4f3a931f6e047e88bc8c6023666acad957109a (patch) | |
tree | d3f042bec19b2d8ce63a3b2be013e45bbb48fa23 /drivers/usb/storage | |
parent | f0cc82a831d4d839eb6b67c7c046ebd2d1d7c4c2 (diff) |
USB: unusual_devs.h: drop some unneeded floppy entries
We set pdt_1f_for_no_lun for UFI devices, so most floppy entiries should
be unnecessary. This patch removes three entries which I'm certain are.
- For Mitsumi I have a customer with RHEL 5 (bz#514296)
- For SMSC I accessed Novell's Bugzilla and verified the entry
- For Y-E I tested the patch with the actual device
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 7477d411959f..079ae0f7bec1 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -66,13 +66,6 @@ UNUSUAL_DEV( 0x03eb, 0x2002, 0x0100, 0x0100, | |||
66 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 66 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
67 | US_FL_IGNORE_RESIDUE), | 67 | US_FL_IGNORE_RESIDUE), |
68 | 68 | ||
69 | /* modified by Tobias Lorenz <tobias.lorenz@gmx.net> */ | ||
70 | UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0200, | ||
71 | "Mitsumi", | ||
72 | "USB FDD", | ||
73 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
74 | US_FL_SINGLE_LUN ), | ||
75 | |||
76 | /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ | 69 | /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ |
77 | UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, | 70 | UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, |
78 | "VIA Technologies Inc.", | 71 | "VIA Technologies Inc.", |
@@ -233,13 +226,6 @@ UNUSUAL_DEV( 0x0421, 0x0495, 0x0370, 0x0370, | |||
233 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 226 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
234 | US_FL_MAX_SECTORS_64 ), | 227 | US_FL_MAX_SECTORS_64 ), |
235 | 228 | ||
236 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ | ||
237 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, | ||
238 | "SMSC", | ||
239 | "FDC GOLD-2.30", | ||
240 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
241 | US_FL_SINGLE_LUN ), | ||
242 | |||
243 | #ifdef NO_SDDR09 | 229 | #ifdef NO_SDDR09 |
244 | UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, | 230 | UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, |
245 | "Microtech", | 231 | "Microtech", |
@@ -664,19 +650,13 @@ UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, | |||
664 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 650 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
665 | US_FL_SINGLE_LUN ), | 651 | US_FL_SINGLE_LUN ), |
666 | 652 | ||
667 | 653 | /* We keep this entry to force the transport; firmware 3.00 and later is ok. */ | |
668 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, | 654 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, |
669 | "Y-E Data", | 655 | "Y-E Data", |
670 | "Flashbuster-U", | 656 | "Flashbuster-U", |
671 | US_SC_DEVICE, US_PR_CB, NULL, | 657 | US_SC_DEVICE, US_PR_CB, NULL, |
672 | US_FL_SINGLE_LUN), | 658 | US_FL_SINGLE_LUN), |
673 | 659 | ||
674 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0300, 0x9999, | ||
675 | "Y-E Data", | ||
676 | "Flashbuster-U", | ||
677 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
678 | US_FL_SINGLE_LUN), | ||
679 | |||
680 | /* Reported by Johann Cardon <johann.cardon@free.fr> | 660 | /* Reported by Johann Cardon <johann.cardon@free.fr> |
681 | * This entry is needed only because the device reports | 661 | * This entry is needed only because the device reports |
682 | * bInterfaceClass = 0xff (vendor-specific) | 662 | * bInterfaceClass = 0xff (vendor-specific) |