--- linux-2.4.5-ac8/drivers/usb/storage/unusual_devs.h.orig	Thu Oct 11 19:20:22 2001
+++ linux-2.4.5-ac8/drivers/usb/storage/unusual_devs.h	Thu Oct 11 19:23:13 2001
@@ -247,7 +247,15 @@
 		US_FL_START_STOP ),
 #endif
 
-UNUSUAL_DEV( 0x07cf, 0x1001, 0x9009, 0x9009,
+/* Casio QV 3 / QV 2x00 / QV 3x00 / QV 4000 / QV 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
+ *   are using transport protocol CB.
+ * - They don't like the INQUIRY command. So we must handle this command
+ *   of the SCSI layer ourselves.
+ * Submitted by Harald Schreiber <harald@harald-schreiber.de>.
+ */
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9009,
                 "Casio",
                 "QV DigitalCamera",
                 US_SC_8070, US_PR_CB, NULL,
