Confirmed. I sent the same patch (without the comments) to linux-kernel
three days ago.
BTW, perhaps it would be better to patch the thing the following way,
because I don't know what's in the revision number range between
1000 and 9009, perhaps there are other devices which don't like the
workaround?
--- linux-2.4.9-ac10/drivers/usb/storage/unusual_devs.h Sat Sep 8 18:18:51 2001
+++ linux-2.4.10-ac11/drivers/usb/storage/unusual_devs.h Thu Oct 11 02:11:29 2001
@@ -394,6 +394,12 @@
* - They don't like the INQUIRY command. So we must handle this command
* of the SCSI layer ourselves.
*/
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x1000,
+ "Casio",
+ "QV DigitalCamera",
+ US_SC_8070, US_PR_CB, NULL,
+ US_FL_FIX_INQUIRY ),
+
UNUSUAL_DEV( 0x07cf, 0x1001, 0x9009, 0x9009,
"Casio",
"QV DigitalCamera",
> --------------------------------------------------------------------
> Dipl.-Math. Harald Schreiber, Nizzaallee 26, D-52072 Aachen, Germany
> Phone/Fax: +49-241-9108015/6 mailto:harald@harald-schreiber.de
> --------------------------------------------------------------------
Interesting, twice the same patch, and then from nearly the same location
in the world. (Roermonder Str. 112a - distance several 100m )
Jan
-
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/