* [PATCH] usb-storage : support for sony DSC-U10, kernel 2.4.20 & 2.5.51
@ 2002-12-12 13:09 Thomas Poindessous
0 siblings, 0 replies; only message in thread
From: Thomas Poindessous @ 2002-12-12 13:09 UTC (permalink / raw)
To: linux-kernel, usb-storage
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
Hi
here are two patch to support sony DSC-U10 digital camera.
I found them on google.
It works very well with 2.4.20 kernel. I didn't test it on a 2.5.x kernel.
Can someone apply them ?
thanks.
--
Thomas Poindessous
[-- Attachment #2: kernel-source-2.4.20_patch --]
[-- Type: text/x-diff, Size: 573 bytes --]
--- kernel-source-2.4.20/drivers/usb/storage/unusual_devs.h.orig 2002-12-11 20:42:21.000000000 +0100
+++ kernel-source-2.4.20/drivers/usb/storage/unusual_devs.h 2002-12-11 21:41:25.000000000 +0100
@@ -213,6 +213,12 @@
US_SC_SCSI, US_PR_CB, NULL,
US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0430,
+ "Sony",
+ "DSC-U10",
+ US_SC_SCSI, US_PR_CB, NULL,
+ US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+
/* Reported by wim@geeks.nl */
UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
"Sony",
[-- Attachment #3: linux-2.5.51_patch --]
[-- Type: text/x-diff, Size: 555 bytes --]
--- linux-2.5.51/drivers/usb/storage/unusual_devs.h.orig 2002-12-11 22:48:33.000000000 +0100
+++ linux-2.5.51/drivers/usb/storage/unusual_devs.h 2002-12-11 22:48:36.000000000 +0100
@@ -220,6 +220,12 @@
US_SC_SCSI, US_PR_CB, NULL,
US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+UNUSUAL_DEV( 0x054c, 0x0010, 0x0106, 0x0430,
+ "Sony",
+ "DSC-U10",
+ US_SC_SCSI, US_PR_CB, NULL,
+ US_FL_SINGLE_LUN | US_FL_START_STOP | US_FL_MODE_XLATE ),
+
/* Reported by wim@geeks.nl */
UNUSUAL_DEV( 0x054c, 0x0025, 0x0100, 0x0100,
"Sony",
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-12 13:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 13:09 [PATCH] usb-storage : support for sony DSC-U10, kernel 2.4.20 & 2.5.51 Thomas Poindessous
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox