On Mon, 3 May 2004, zcat wrote:

> I am trying to get my camera going as a webcam (concord EyeQ Duo in PC 
> mode, not HDD mode) with the 2.6.4 kernel using the se401 driver 
> (compiled in).. It logged the following message, which doesn't mean much 
> to me so I have no idea if it's useful information or not;
> 
> May  3 21:08:11 mrsnorris kernel: usb 1-1: new full speed USB device 
> using address 2
> May  3 21:08:16 mrsnorris kernel: usb 1-1: control timeout on ep0out
> May  3 21:08:16 mrsnorris kernel: usb-storage: This device 
> (0595,4343,0100 S 00 P 00) has an unneeded Protocol entry in unusual_devs.h
> May  3 21:08:16 mrsnorris kernel:    Please send a copy of this message 
> to <[EMAIL PROTECTED]>

This fixes the "unneeded Protocol entry" message.  We never solved the 
control timeout problem.

Alan Stern



===== drivers/usb/storage/unusual_devs.h 1.124 vs edited =====
--- 1.124/drivers/usb/storage/unusual_devs.h    Sat Apr 24 22:25:41 2004
+++ edited/drivers/usb/storage/unusual_devs.h   Mon May  3 11:15:35 2004
@@ -339,7 +339,7 @@
 UNUSUAL_DEV(  0x0595, 0x4343, 0x0000, 0x2210,
                "Fujifilm",
                "Digital Camera EX-20 DSC",
-               US_SC_8070, US_PR_CBI, NULL, 0 ),
+               US_SC_8070, US_PR_DEVICE, NULL, 0 ),
 
 UNUSUAL_DEV(  0x059f, 0xa601, 0x0200, 0x0200, 
                "LaCie",



-------------------------------------------------------
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