diff options
-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, |