mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-09 08:09:12 +00:00
[PATCH] USB: usb-storage support for SONY DSC-T5 still camera
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>
This commit is contained in:
parent
86067eead5
commit
ec7dc8d254
1 changed files with 5 additions and 5 deletions
|
@ -429,9 +429,9 @@ UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0450,
|
||||||
US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
|
US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
|
||||||
|
|
||||||
/* This entry is needed because the device reports Sub=ff */
|
/* This entry is needed because the device reports Sub=ff */
|
||||||
UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0500,
|
UNUSUAL_DEV( 0x054c, 0x0010, 0x0500, 0x0600,
|
||||||
"Sony",
|
"Sony",
|
||||||
"DSC-T1",
|
"DSC-T1/T5",
|
||||||
US_SC_8070, US_PR_DEVICE, NULL,
|
US_SC_8070, US_PR_DEVICE, NULL,
|
||||||
US_FL_SINGLE_LUN ),
|
US_FL_SINGLE_LUN ),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue