diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-12-10 16:28:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 12:59:48 -0500 |
commit | e3f47f89a57ef115755184a8b3f03a47ee227418 (patch) | |
tree | 5fef0a9b5ea515fce4d1700e14ae6c93b9a2d483 /drivers/usb/storage | |
parent | ede6f5aea054d3fb67c78857f7abdee602302043 (diff) |
USB: unusual_devs.h additions for Pentax K10D
Jaak Ristioja reported problems with his Pentax K10D camera:
https://bugs.gentoo.org/show_bug.cgi?id=250406
/proc/bus/usb/devices:
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0a17 ProdID=006e Rev= 1.00
S: Manufacturer=PENTAX Corporation
S: Product=K10D
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 64 Ivl=100ms
The number of reported sectors is off-by-one.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Cc: Kadianakis George <desnacked@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index bfcc1fe82518..a54212f0a518 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1425,6 +1425,13 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, | |||
1425 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1425 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1426 | US_FL_FIX_INQUIRY ), | 1426 | US_FL_FIX_INQUIRY ), |
1427 | 1427 | ||
1428 | /* Reported by Jaak Ristioja <Ristioja@gmail.com> */ | ||
1429 | UNUSUAL_DEV( 0x0a17, 0x006e, 0x0100, 0x0100, | ||
1430 | "Pentax", | ||
1431 | "K10D", | ||
1432 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1433 | US_FL_FIX_CAPACITY ), | ||
1434 | |||
1428 | /* These are virtual windows driver CDs, which the zd1211rw driver | 1435 | /* These are virtual windows driver CDs, which the zd1211rw driver |
1429 | * automatically converts into WLAN devices. */ | 1436 | * automatically converts into WLAN devices. */ |
1430 | UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, | 1437 | UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, |