Did you notice there was already this on unusual_devs.h?



> /* Submitted by Klaus Mueller <[EMAIL PROTECTED]> */
> UNUSUAL_DEV( 0x054c, 0x002e, 0x0106, 0x0310,
> "Sony",
> "Handycam",
> US_SC_SCSI, US_PR_DEVICE, NULL,
> US_FL_SINGLE_LUN | US_FL_MODE_XLATE),


This is supposedly the same device.

You forgot to explain what was your problem and why did you think you could fix it with the addition of your entry.

Anyway, if your device isn't working properly (which is strange because if Klaus Mueller added that line, it probably worked for him), you can try a couple of things:

- remove your line and leave Klaus Mueller's line as it was

- your handycam seems to fail the INQUIRY message. you can try to add US_FL_FIX_INQUIRY to the list of flags.

 - echo 16 > /sys/block/sda/device/max_sectors
   16 is a very low number, you should try to increase it afterwards if it works

I hope this helps,

--
Paulo Marques - www.grupopie.com
"In a world without walls and fences who needs windows and gates?"



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