On 29 Apr 2004, Rajesh Kumble Nayak wrote:

> I got it working with following entry in
> drivers/usb/storage/unusual_devs.h
> 
> UNUSUAL_DEV(  0x054c, 0x002e, 0x0106, 0x0500,
>                 "Sony",
>                 "Handycam HC-85",
>                 US_SC_UFI, US_PR_CB, NULL,
>                 US_FL_SINGLE_LUN ),
> 
> 
> Now every thing is working Great. 

There are two problems with this entry.  One, relatively minor, is that 
the US_PR_CB should really be US_PR_DEVICE -- otherwise you'll warnings 
in your system log about an unneeded Protocol override.

The bigger problem is that the earlier model Handycams might need to have
US_SC_SCSI, not US_SC_UFI.  Maybe Klaus can tell us if changing the
existing entry to US_SC_UFI is okay for his camera.  If it isn't, you'll
have to create a new entry for the HC-85.

Alan Stern



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