lkml.org 
[lkml]   [2002]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
From
Subject[PATCH] usb-storage : support for sony DSC-U10, kernel 2.4.20 & 2.5.51
Date
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
--- 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",--- 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",
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.110 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site