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 8310e86d745d..c4a9dcff5f2b 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -62,6 +62,13 @@ UNUSUAL_DEV( 0x03ee, 0x6901, 0x0000, 0x0100, | |||
62 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 62 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
63 | US_FL_SINGLE_LUN ), | 63 | US_FL_SINGLE_LUN ), |
64 | 64 | ||
65 | /* Reported by Rodolfo Quesada <rquesada@roqz.net> */ | ||
66 | UNUSUAL_DEV( 0x03ee, 0x6906, 0x0003, 0x0003, | ||
67 | "VIA Technologies Inc.", | ||
68 | "Mitsumi multi cardreader", | ||
69 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
70 | US_FL_IGNORE_RESIDUE ), | ||
71 | |||
65 | UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, | 72 | UNUSUAL_DEV( 0x03f0, 0x0107, 0x0200, 0x0200, |
66 | "HP", | 73 | "HP", |
67 | "CD-Writer+", | 74 | "CD-Writer+", |