public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] Add support for Sony DSC-P5
@ 2001-12-29 21:21 Gregor Jasny
  2001-12-30  4:32 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Gregor Jasny @ 2001-12-29 21:21 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-30  4:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-29 21:21 [Patch] Add support for Sony DSC-P5 Gregor Jasny
2001-12-30  4:32 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox