public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Poindessous <thomas@poindessous.com>
To: linux-kernel@vger.kernel.org, usb-storage@one-eyed-alien.net
Subject: [PATCH] usb-storage : support for sony DSC-U10, kernel 2.4.20 & 2.5.51
Date: Thu, 12 Dec 2002 14:09:35 +0100	[thread overview]
Message-ID: <200212121409.35863.thomas@poindessous.com> (raw)

[-- 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",

                 reply	other threads:[~2002-12-12 13:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212121409.35863.thomas@poindessous.com \
    --to=thomas@poindessous.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=usb-storage@one-eyed-alien.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox