Messages in this thread Patch in this message |  | | | From | Gregor Jasny <> | | Subject | [Patch] Add support for Sony DSC-P5 | | Date | Sat, 29 Dec 2001 22:21:28 +0100 | |
Hello!
The appended patch let the usb-storage module recognize my Sony DSC-P5 as a
SCSI Harddisk.
Please apply. It's against 2.4.17-rc2.
Best Regards,
-G. Jasny--- unusual_devs.h.orig Sat Dec 29 21:45:09 2001
+++ unusual_devs.h Sat Dec 29 21:47:41 2001
@@ -168,6 +168,12 @@
US_SC_SCSI, US_PR_CB, NULL,
US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+UNUSUAL_DEV( 0x54c, 0x0010, 0x0106, 0x0328,
+ "Sony",
+ "DSC-P5",
+ US_SC_SCSI, US_PR_CB, NULL,
+ US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+
/* Reported by win@geeks.nl */
UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
"Sony", |  |