Miquel Vidal wrote:
El dom, 02-01-2005 a las 07:47, Phil Dibowitz escribi�:
Miquel Vidal wrote:
Hi All,
The change below in unusual_devs entries is needed to get the new Pentax
SLR *ist DS camera working.
Can you please include the output of "cat /proc/bus/usb/devices" ? Thanks.
Note that I've taken this off of linux-kernel and moved it to the more appropriate linux-usb-devel.
Given your output below, I'm unclear why you picked a ProductID range of 100-200 - was that just arbitrary? If not, I'll re-gen the patch with just 100-100, and send it to you for testing... that work?
Here - I couldn't make that patch you sent apply. Not sure why. I re-did it by hand, and I've attached it. You also didn't put a Signed-off-by line in your patch, so I added that for you (I figure you want credit for your patch).
This work for you?
-- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759
The change below in unusual_devs entries is needed to get the new Pentax SLR
*ist DS camera working.
Signed-off-by: Miquel Vidal <[EMAIL PROTECTED]>
Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]>
---
diff -puN drivers/usb/storage/unusual_devs.h~unusual_pentax
drivers/usb/storage/unusual_devs.h
--- linux-2.6.10/drivers/usb/storage/unusual_devs.h~unusual_pentax
2005-01-08 00:12:09.000000000 -0800
+++ linux-2.6.10-phil/drivers/usb/storage/unusual_devs.h 2005-01-08
00:12:09.000000000 -0800
@@ -767,14 +767,20 @@ UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ),
-
/* Submitted by Per Winkvist <[EMAIL PROTECTED]> */
UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
"Pentax",
"Optio S/S4",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ),
-
+
+/* Submitted by Miquel Vidal <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x0a17, 0x021, 0x0100, 0x100,
+ "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",
_
signature.asc
Description: OpenPGP digital signature
