[PATCH] USB storage: Make Pentax *ist DS works

From: Miquel Vidal
Date: Wed Dec 29 2004 - 20:48:41 EST


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@xxxxxxxxxxxxxx> */
+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",



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/