Re: not mountable digital camera (Sony Cybershot DSC-S40)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Aug 28, 2009 at 09:15:12PM +0200, Maciej Pilichowski wrote:
> **** I am not subscriber to this ML, so please keep me in CC for this 
> thread, thank you ****
> 
> Hello,
> 
>   This issue has report for it, address is:
> https://bugzilla.novell.com/show_bug.cgi?id=466554
> 
>   Since the tests gives odd results, I was asked to send this issue to 
> this ML too.
> 
> Opensuse 10.3. I could just mount my camera and copy pictures. No 
> problems.
> 
> Opensuse 11.1. I see it is recognized (lsusb), I see it in devices
> (/dev/disk/by-id/) but I cannot mount it. I get error that the format 
> it is not recognized (format of media).
> 
> I just checked this camera on another computer with windows, 
> everything works fine.
> 
> On the other hand, other USB devices -- USB pendrive, and mp3 
> player -- are detected and are mountable.
> 
> Some logs:
> hwinfo --usb
> https://bugzilla.novell.com/attachment.cgi?id=265568
> 
> hwinfo --disk
> https://bugzilla.novell.com/attachment.cgi?id=265569
> 
> Please let me know, how can I help investigating it further.

And, as further info, I tried the patch below, which only seems to make
it so that the device is never seen by the usb-storage driver, which
seems very strange to me.

Anyone have any ideas?

thanks,

greg k-h

---------------

From: Greg Kroah-Hartman <gregkh@xxxxxxx>
Subject: USB: storage: increase the bcd range in Sony's bad device table.

Another Sony device in the wild is needing this hack.  You would think
they would fix their firmware one of these days...

Cc: Maciej Pilichowski <bluedzins@xxxxx>
Cc: stable <stable@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
 drivers/usb/storage/unusual_devs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -568,7 +568,7 @@ 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, 0x0106, 0x0500,
 		"Sony",
 		"DSC-S30/S70/S75/505V/F505/F707/F717/P8",
 		US_SC_SCSI, US_PR_DEVICE, NULL,
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux