public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB storage: Make Pentax *ist DS works
@ 2004-12-30  1:47 Miquel Vidal
  2005-01-02  6:47 ` Phil Dibowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Miquel Vidal @ 2004-12-30  1:47 UTC (permalink / raw)
  To: Phil Dibowitz; +Cc: linux-kernel

Hi All,

The change below in unusual_devs entries is needed to get the new Pentax
SLR *ist DS camera working. 

BR.
miquel

--- linux-2.6.10/drivers/usb/storage/unusual_devs.h.orig       
2004-12-30 02:26:25.000000000 +0100
+++ linux-2.6.10/drivers/usb/storage/unusual_devs.h     2004-12-30
02:26:18.000000000 +0100
@@ -775,7 +775,16 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xff
                 "Optio S/S4",
                 US_SC_DEVICE, US_PR_DEVICE, NULL,
                 US_FL_FIX_INQUIRY ),
-
+
+
+/* Submitted by Miquel Vidal <miquel@barrapunto.com> */
+UNUSUAL_DEV( 0x0a17, 0x0021, 0x0100, 0x0200,
+                "Pentax",
+                "*ist DS",
+                US_SC_DEVICE, US_PR_DEVICE, NULL,
+                US_FL_FIX_INQUIRY ),
+
+
 #ifdef CONFIG_USB_STORAGE_ISD200
 UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
                "ATI",




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

end of thread, other threads:[~2005-01-07 23:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30  1:47 [PATCH] USB storage: Make Pentax *ist DS works Miquel Vidal
2005-01-02  6:47 ` Phil Dibowitz
2005-01-07 23:41   ` Miquel Vidal

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