[Please send replies to the linux-usb-devel list as well as to me.] On Wed, 1 Sep 2004, Teo Mat wrote:
> >Try changing US_SC_SCSI to US_SC_DEVICE and US_PR_BULK to US_PR_DEVICE in > >your unusual_devs entry. Does it work when you do that? If is doesn't, > >send the output from dmesg. > > After this change it doesn't work. > I attach file with dmesg output (usb storage debug active) in the previous > mail. > Do you receive it? Yes. The log shows that your camera's USB firmware doesn't work right. It fails to respond to a Clear Endpoint halt request. That's probably why you needed to create an unusual_devs entry to access it in the first place; since the camera doesn't support the standard protocol correctly, the manufacturer decided to make it vendor-specific. If you wanted to use it with Windows or Mac OS, would you need to install a special driver? If yes, then it probably won't work with Linux at all. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
