linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gregor Jasny <gjasny@wh8.tu-dresden.de>
To: linux-kernel@vger.kernel.org
Subject: [Patch] Add support for Sony DSC-P5
Date: Sat, 29 Dec 2001 22:21:28 +0100	[thread overview]
Message-ID: <200112292121.fBTLLSuT021964@backfire.WH8.TU-Dresden.De> (raw)

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

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

[-- Attachment #2: Makes my Sony DSC-P5 work --]
[-- Type: text/x-diff, Size: 465 bytes --]

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

             reply	other threads:[~2001-12-29 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-29 21:21 Gregor Jasny [this message]
2001-12-30  4:32 ` [Patch] Add support for Sony DSC-P5 Greg KH

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=200112292121.fBTLLSuT021964@backfire.WH8.TU-Dresden.De \
    --to=gjasny@wh8.tu-dresden.de \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).