Boris Lau wrote:
> Hi Phil,
> 
> thanks for your help. I compiled a new kernel with your patch. You were
> missing a comma after "Sony DSC" by the way.
> 
> Now the mass storage driver reacts in some way, but the device is still
> not mountable:
> 
> [EMAIL PROTECTED]:~$ dmesg
> usb 4-3: new high speed USB device using ehci_hcd and address 6
> scsi2 : SCSI emulation for USB Mass Storage devices
> usb-storage: device found at 6
> usb-storage: waiting for device to settle before scanning
> usb 4-3: reset high speed USB device using ehci_hcd and address 6
> usb 4-3: reset high speed USB device using ehci_hcd and address 6
> usb 4-3: reset high speed USB device using ehci_hcd and address 6
> usb 4-3: reset high speed USB device using ehci_hcd and address 6
>  2:0:0:0: scsi: Device offlined - not ready after error recovery
> usb-storage: device scan complete
> 
> Any idea?

Not off hand, but I'm CC'ing the Linux USB list, someone else may have a
good idea.


-Phil

The rest included for context:
> 
> Thanks again,
> 
> Boris
> 
> 
> Phil Dibowitz wrote:
> 
>> Boris Lau wrote:
>>
>>> I looked at the unusual_devs.h, but I have no clue how to find the
>>> values that I need to provide there. With the camera in mass storage
>>> mode, I get this - does that help in any way:
>>
>>
>>
>> Yeah - the Sony DSC line is notoriously bad about this. Try the attached
>> patch.
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> ---
>>
>>
>> diff -puN drivers/usb/storage/unusual_devs.h~unusual_sony_dsc_all
>> drivers/usb/storage/unusual_devs.h
>> ---
>> linux-2.6.14-rc5-git1/drivers/usb/storage/unusual_devs.h~unusual_sony_dsc_all
>>    
>> 2006-01-07 18:37:26.000000000 -0800
>> +++ linux-2.6.14-rc5-git1-phil/drivers/usb/storage/unusual_devs.h   
>> 2006-01-07 18:38:21.000000000 -0800
>> @@ -402,9 +402,9 @@ UNUSUAL_DEV(  0x052b, 0x1911, 0x0100, 0x
>>          US_SC_DEVICE, US_PR_DEVICE, NULL,
>>          US_FL_IGNORE_RESIDUE ),
>>  
>> -UNUSUAL_DEV(  0x054c, 0x0010, 0x0106, 0x0450, +UNUSUAL_DEV(  0x054c,
>> 0x0010, 0x0000, 0x9999,
>>          "Sony",
>> -        "DSC-S30/S70/S75/505V/F505/F707/F717/P8", +        "Sony DSC"
>>          US_SC_SCSI, US_PR_DEVICE, NULL,
>>          US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
>>  
>> _
> 
> 


-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Freeware and Technical Pages              Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't
matter and those who matter don't mind."
 - Dr. Suess

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to