On Thu, 2007-05-24 at 22:38 -0700, Phil Dibowitz wrote:
> Ben Collins wrote:
> >> I don't like to merge these because it means some other user of some new
> >> device can get unintended consequences - but if we don't have access to the
> >> data, it's better than nothing. Were you the person who owned the device? 
> >> If
> >> not, do you still have the contact info - perhaps in a bugzilla or BTS
> >> somewhere?
> > 
> > For this device, yes.
> 
> Alright... well since you no longer have the device, I guess we have no 
> choice.
> 
> In the future, can you push these upstream sooner so the other distros and
> users can get the fixes as well, and so that hopefully we can refine the
> patch before the data is lost?
> 
> > That's what the mailing list archive had in it :) Copy-and-paste
> 
> Ditto.
> 
> > IIRC, the bug report pointed to this diff, had reported that it fixed
> > his problem after recompiling and testing with it.
> 
> Alright... I guess I just want the one comment cleaned up - do you want me
> to do it or would you like to send an updated patch? No need to send it to
> LKML, just me and the two USB lists. I'll sanity-check it and then sign-off
> on it.

Here's the new patch, and also a link to the original Netac bug reported
on linux-usb a few months ago.

http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg51919.html

commit a3de204d2dd2b36bdc9ce16d85a03b71f89948ba
Author: Ben Collins <[EMAIL PROTECTED]>
Date:   Wed May 23 18:39:24 2007 -0400

    UNUSUAL_DEV: Sync up some reported devices from Ubuntu
    
    Various unusual dev entries accumulated from Ubuntu bug reports.
    
    CC: Phil Dibowitz <[EMAIL PROTECTED]>
    CC: Alan Stern <[EMAIL PROTECTED]>
    CC: linux-usb-devel@lists.sourceforge.net
    Signed-off-by: Ben Collins <[EMAIL PROTECTED]>

diff --git a/drivers/usb/storage/unusual_devs.h 
b/drivers/usb/storage/unusual_devs.h
index d230ee7..8a24f1c 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1179,8 +1179,8 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_FIX_INQUIRY ),
 
-/* These are virtual windows driver CDs, which the zd1211rw driver 
automatically
- * converts into a WLAN devices. */
+/* These are virtual windows driver CDs, which the zd1211rw driver
+ * automatically converts into WLAN devices. */
 UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
                 "ZyXEL",
                 "G-220F USB-WLAN Install",
@@ -1193,6 +1193,14 @@ UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_IGNORE_DEVICE ),
 
+/* SanDisk that has a second LUN for a driver ISO, reported by
+ * Ben Collins <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x0781, 0x5406, 0x0000, 0xffff,
+               "SanDisk",
+               "U3 Cruzer Micro driver ISO",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_SINGLE_LUN ),
+
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
                "ATI",
@@ -1271,6 +1279,15 @@ UNUSUAL_DEV( 0x0dd8, 0x1060, 0x0000, 0xffff,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_INQUIRY ),
 
+/* Reported by Edward Chapman (taken from linux-usb mailing list)
+   Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
+UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
+               "Netac",
+               "USB Flash Disk",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_IGNORE_RESIDUE ),
+
+
 /* Patch by Stephan Walter <[EMAIL PROTECTED]>
  * I don't know why, but it works... */
 UNUSUAL_DEV( 0x0dda, 0x0001, 0x0012, 0x0012,


-- 
Ubuntu   : http://www.ubuntu.com/
Linux1394: http://wiki.linux1394.org/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to