Skip to content

Commit

Permalink
[PATCH] USB: usb-storage support for SONY DSC-T5 still camera
Browse files Browse the repository at this point in the history
I've been offered a nice Sony DSC-T5 digital camera, with a USB connection.
Unfortunately it is not recognized by Linux 2.6.14.4's usb-storage.

With the following change I'm able to mount and read my pictures:

Signed-off-by: Phil Dibowitz <phil@ipom.com>
  • Loading branch information
Alexandre Duret-Lutz authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 86067ee commit ec7dc8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/usb/storage/unusual_devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,11 @@ UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),

/* This entry is needed because the device reports Sub=ff */
UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
"Sony",
"DSC-T1",
US_SC_8070, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN ),
UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0600,
"Sony",
"DSC-T1/T5",
US_SC_8070, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN ),


/* Reported by wim@geeks.nl */
Expand Down

0 comments on commit ec7dc8d

Please sign in to comment.