diff options
| author | James Courtier-Dutton <james@superbug.demon.co.uk> | 2003-04-29 22:07:11 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-29 22:07:11 -0700 |
| commit | 25da53aa4497ccf38d2f17c9c28ca02583ddbe37 (patch) | |
| tree | 3b8b4bb869109675b69df578c4538367b31cb9e2 | |
| parent | 7fd3e16493d95b24772cc916577eb3837b927c1a (diff) | |
[PATCH] USB: Add support for Pentax Still Camera to linux kernel
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index ab98c01712cc..d2930c563911 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -315,6 +315,19 @@ UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY ), +/* This Pentax still camera is not conformant + * to the USB storage specification: - + * - It does not like the INQUIRY command. So we must handle this command + * of the SCSI layer ourselves. + * Tested on Rev. 10.00 (0x1000) + * Submitted by James Courtier-Dutton <James@superbug.demon.co.uk> + */ +UNUSUAL_DEV( 0x0a17, 0x0004, 0x1000, 0x1000, + "ASAHI PENTAX", + "PENTAX OPTIO 430", + US_SC_8070, US_PR_CBI, NULL, + US_FL_FIX_INQUIRY ), + #ifdef CONFIG_USB_STORAGE_ISD200 UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110, "In-System", |
