On Thu, 25 Sep 2003, Phil Dibowitz wrote:

> Alan,
> 
> I tested the patch and it seems to work fine. Just to be clear, I was
> lazy and my test consisted of the following, which to the best of my
> knowledge should have been a fine test:
> 
> 1. manually edited unusual_devs.h to change 9009 to 5009
> 2. rm usb-storage.ko in my source tree
> 3. 'make modules'
> 4. 'rmmod usb-storage'
> 4. mv /lib/modules/.../usb-storage.ko to usb-storage.ko-old
> 5. cp new usb-storage.ko into place
> 6. 'depmod -a'
> 7. modprobe usb-storage.
> 
> With this patch my camera still mounts and I no longer get the message.
> Thanks for the patch, and I hope that helps.
> 
> If I can do anything else, please let me know.

Phil, thanks a lot for your help.

Greg, please merge the patch below for 2.4 and 2.6.

Alan Stern


===== unusual_devs.h 1.70 vs edited =====
--- 1.70/drivers/usb/storage/unusual_devs.h     Mon Sep 22 12:37:51 2003
+++ edited/drivers/usb/storage/unusual_devs.h   Thu Sep 25 17:11:46 2003
@@ -542,7 +542,7 @@
  * - They don't like the INQUIRY command. So we must handle this command
  *   of the SCSI layer ourselves.
  */
-UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x9009,
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x1000, 0x5009,
                "Casio",
                "QV DigitalCamera",
                US_SC_8070, US_PR_CB, NULL,



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to