<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From phil@ipom.com Tue Aug 30 10:51:18 2005
Message-ID: &lt;4313F0D4.3040102@ipom.com&gt;
Date: Mon, 29 Aug 2005 22:38:28 -0700
From: Phil Dibowitz &lt;phil@ipom.com&gt;
To: Greg KH &lt;greg@kroah.com&gt;
CC: USB Storage list &lt;usb-storage@lists.one-eyed-alien.net&gt;, Sebastian Kapfer &lt;sebastian_kapfer@gmx.net&gt;, Olaf Hering &lt;olh@suse.de&gt;
Subject: 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 &lt;sebastian_kapfer@gmx.net&gt; and Olaf Hering
&lt;olh@suse.de&gt;, with rediffing and cleaning from me.

Reported-by: Sebastian Kapfer &lt;sebastian_kapfer@gmx.net&gt;
Reported-by: Olaf Hering &lt;olh@suse.de&gt;
Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


---
 drivers/usb/storage/unusual_devs.h |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

--- gregkh-2.6.orig/drivers/usb/storage/unusual_devs.h	2005-09-12 11:02:36.000000000 -0700
+++ gregkh-2.6/drivers/usb/storage/unusual_devs.h	2005-09-12 11:02:37.000000000 -0700
@@ -86,6 +86,16 @@ UNUSUAL_DEV(  0x040d, 0x6205, 0x0003, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_IGNORE_RESIDUE ),
 
+/* Reported by Sebastian Kapfer &lt;sebastian_kapfer@gmx.net&gt;
+ * and Olaf Hering &lt;olh@suse.de&gt; (different bcd's, same vendor/product)
+ * for USB floppies that need the SINGLE_LUN enforcement.
+ */
+UNUSUAL_DEV(  0x0409, 0x0040, 0x0000, 0x9999,
+		"NEC",
+		"NEC USB UF000x",
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_SINGLE_LUN ),
+
 /* Deduced by Jonathan Woithe &lt;jwoithe@physics.adelaide.edu.au&gt;
  * Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
  * always fails and confuses drive.
@@ -96,6 +106,13 @@ UNUSUAL_DEV(  0x0411, 0x001c, 0x0113, 0x
 		US_SC_DEVICE, US_PR_DEVICE, NULL,
 		US_FL_FIX_INQUIRY ),
 
+/* Reported by Olaf Hering &lt;olh@suse.de&gt; from novell bug #105878 */
+UNUSUAL_DEV(  0x0424, 0x0fdc, 0x0210, 0x0210,
+		"SMSC",
+		"FDC GOLD-2.30",
+		US_SC_DEVICE, US_PR_DEVICE, NULL,
+		US_FL_SINGLE_LUN ),
+
 #ifdef CONFIG_USB_STORAGE_DPCM
 UNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
 		"Microtech",
</pre></body></html>