On Tue, 1 Jun 2004, Dan Scholnik wrote:

> Up until the 2.6 kernels, there was one entry for all the QV cameras
> with both US_SC_8070 and US_PR_CB that I think seemed to work fine for
> everyone.  As far as I know the only problem was all the folks emailing
> the log entry stating that the Casio entry wasn't needed.  So, you could
> revert back to that, or revert back to the 2.6.3ish version (pre-as190)
> that had the overrides just for product IDs 1001-9009.  I'm not really
> an expert on Casio's cameras, I'm afraid, just the one model I own which
> is 4-5 years old now.
> 
> I'll be happy to prepare a patch any way you choose to go.

How does this work for you?

Alan Stern



===== drivers/usb/storage/unusual_devs.h 1.128 vs edited =====
--- 1.128/drivers/usb/storage/unusual_devs.h    Sat May 15 11:48:20 2004
+++ edited/drivers/usb/storage/unusual_devs.h   Tue Jun  1 12:46:58 2004
@@ -628,19 +628,13 @@
  * - Some cameras with idProduct=0x1001 and bcdDevice=0x1000 have
  *   bInterfaceProtocol=0x00 (US_PR_CBI) while others have 0x01 (US_PR_CB).
  *   So don't remove the US_PR_CB override!
+ * - Cameras with bcdDevice=0x9009 require the US_SC_8070 override.
  */
-UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9009,
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9999,
                "Casio",
                "QV DigitalCamera",
-               US_SC_DEVICE, US_PR_CB, NULL,
+               US_SC_8070, US_PR_CB, NULL,
                US_FL_NEED_OVERRIDE | 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,
-               US_FL_FIX_INQUIRY ),
 
 /* Submitted by Hartmut Wahl <[EMAIL PROTECTED]>*/
 UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0001,



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to