diff options
author | Nick Holloway <Nick.Holloway@pyrites.org.uk> | 2011-01-26 21:47:43 +0000 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2011-04-30 16:52:56 +0200 |
commit | e01f819a2aeebbbe6aed0ea084428e412bf642a7 (patch) | |
tree | fe7805964f1362ce171d4c2bfe5ff0b9fb7eed20 /drivers | |
parent | f719c050dd6d461b6449982edcf36f5be9f16dfb (diff) |
USB: Storage: Add unusual_devs entry for VTech Kidizoom
commit c25f6b1591b158f7ae3b9132367d0fa6d632e70e upstream.
This device suffers from the off-by-one error when reporting the capacity,
so add entry with US_FL_FIX_CAPACITY.
Signed-off-by: Nick Holloway <Nick.Holloway@pyrites.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-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 0f7adadb83d..5c86413646d 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1616,6 +1616,13 @@ UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, US_FL_IGNORE_DEVICE ), #endif +/* Submitted by Nick Holloway */ +UNUSUAL_DEV( 0x0f88, 0x042e, 0x0100, 0x0100, + "VTech", + "Kidizoom", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY ), + /* Reported by Michael Stattmann <michael@stattmann.com> */ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, "Sony Ericsson", |