Re: Oops in usb_submit_urb with US_FL_MODE_XLATE (2.4.19 and 2.4.20-pre7)

From: Marek Michalkiewicz (marekm@amelek.gda.pl)
Date: Mon Sep 23 2002 - 15:24:44 EST


Greg KH <greg@kroah.com> wrote:
> That's Matt's call, not mine. And generating a patch for 2.4.20-pre7
> and 2.5.38 would help out in getting it accepted :)

Below is the patch for 2.4.20-pre7. I'm not brave enough to test 2.5.x
kernels just yet...

Thanks,
Marek

--- orig/linux-2.4.20-pre7/drivers/usb/storage/unusual_devs.h 2002-09-21 12:27:12.000000000 +0200
+++ linux-2.4.20-pre7/drivers/usb/storage/unusual_devs.h 2002-09-23 22:09:18.000000000 +0200
@@ -485,6 +485,17 @@
                 US_FL_MODE_XLATE ),
 #endif
 
+/* Datafab KECF-USB / Sagatek DCS-CF (Datafab DF-UG-07 chip).
+ * Submitted by Marek Michalkiewicz <marekm@amelek.gda.pl>.
+ * Needed for FIX_INQUIRY. Only revision 1.13 tested.
+ * See also http://martin.wilck.bei.t-online.de/#kecf .
+ */
+UNUSUAL_DEV( 0x07c4, 0xa400, 0x0000, 0xffff,
+ "Datafab",
+ "KECF-USB",
+ US_SC_SCSI, US_PR_BULK, NULL,
+ US_FL_FIX_INQUIRY ),
+
 /* Casio QV 2x00/3x00/4000/8000 digital still cameras are not conformant
  * to the USB storage specification in two ways:
  * - They tell us they are using transport protocol CBI. In reality they

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:40 EST