diff options
| author | Phil Dibowitz <phil@ipom.com> | 2005-08-30 01:38:28 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-12 15:23:51 -0400 |
| commit | 1ea640ce1118b0742a6e8675bddc07fc3df326b7 (patch) | |
| tree | 3cf9092837c667e50973741fca6e2ec5f202b9f3 | |
| parent | 490dce15ce7b36026e5430d10ee28197a593c711 (diff) | |
[PATCH] USB: storage: Add unusual_dev SINGLE_LUN entries
This patch adds entries for several USB floppies that need
the US_FL_SINGLE_LUN flag. These were reported by
Sebastian Kapfer <sebastian_kapfer@gmx.net> and Olaf Hering
<olh@suse.de>, with rediffing and cleaning from me.
Reported-by: Sebastian Kapfer <sebastian_kapfer@gmx.net>
Reported-by: Olaf Hering <olh@suse.de>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index e60bfd8d8b62..5e24bc921a6c 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -86,6 +86,16 @@ UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003, | |||
| 86 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 86 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 87 | US_FL_IGNORE_RESIDUE ), | 87 | US_FL_IGNORE_RESIDUE ), |
| 88 | 88 | ||
| 89 | /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> | ||
| 90 | * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) | ||
| 91 | * for USB floppies that need the SINGLE_LUN enforcement. | ||
| 92 | */ | ||
| 93 | UNUSUAL_DEV( 0x0409, 0x0040, 0x0000, 0x9999, | ||
| 94 | "NEC", | ||
| 95 | "NEC USB UF000x", | ||
| 96 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 97 | US_FL_SINGLE_LUN ), | ||
| 98 | |||
| 89 | /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 99 | /* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
| 90 | * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message | 100 | * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message |
| 91 | * always fails and confuses drive. | 101 | * always fails and confuses drive. |
| @@ -96,6 +106,13 @@ UNUSUAL_DEV( 0x0411, 0x001c, 0x0113, 0x0113, | |||
| 96 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 106 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 97 | US_FL_FIX_INQUIRY ), | 107 | US_FL_FIX_INQUIRY ), |
| 98 | 108 | ||
| 109 | /* Reported by Olaf Hering <olh@suse.de> from novell bug #105878 */ | ||
| 110 | UNUSUAL_DEV( 0x0424, 0x0fdc, 0x0210, 0x0210, | ||
| 111 | "SMSC", | ||
| 112 | "FDC GOLD-2.30", | ||
| 113 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 114 | US_FL_SINGLE_LUN ), | ||
| 115 | |||
| 99 | #ifdef CONFIG_USB_STORAGE_DPCM | 116 | #ifdef CONFIG_USB_STORAGE_DPCM |
| 100 | UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, | 117 | UNUSUAL_DEV( 0x0436, 0x0005, 0x0100, 0x0100, |
| 101 | "Microtech", | 118 | "Microtech", |
