> > > No, he meant 0x9010.  The values are binary-coded decimal.  But 0x900a 
> > > won't hurt, since it's only used in a range comparison.
> > > 
> > > Alan Stern
> > 
> > Well, we all know what happens when you assume... :)
> > 
> > I saw letters in other entries, but now I see I didn't see letters in
> > those two positions.  My bad.
> 
> Care to redo the patch?
> 
> thanks,
> 
> greg k-h

Sure.

Dan


--- linux-2.6.2-rc1/drivers/usb/storage/unusual_devs.h.orig     2004-01-22 
01:45:43.000000000 -0500
+++ linux-2.6.2-rc1/drivers/usb/storage/unusual_devs.h  2004-02-03 18:56:12.927652200 
-0500
@@ -602,7 +602,14 @@
  * - They don't like the INQUIRY command. So we must handle this command
  *   of the SCSI layer ourselves.
  */
-UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9009,
+               "Casio",
+               "QV DigitalCamera",
+               US_SC_8070, US_PR_CB, NULL,
+               US_FL_FIX_INQUIRY ),
+
+/* Later Casio cameras apparently tell the truth */
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x9010, 0x9999,
                "Casio",
                "QV DigitalCamera",
                US_SC_DEVICE, US_PR_DEVICE, NULL,



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to