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 1d8a739ccc96..7e1cb03c2ed7 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1098,6 +1098,13 @@ UNUSUAL_DEV( 0x0dda, 0x0301, 0x0012, 0x0012, | |||
1098 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1098 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1099 | US_FL_IGNORE_RESIDUE ), | 1099 | US_FL_IGNORE_RESIDUE ), |
1100 | 1100 | ||
1101 | /* Reported by Jim McCloskey <mcclosk@ucsc.edu> */ | ||
1102 | UNUSUAL_DEV( 0x0e21, 0x0520, 0x0100, 0x0100, | ||
1103 | "Cowon Systems", | ||
1104 | "iAUDIO M5", | ||
1105 | US_SC_DEVICE, US_PR_BULK, NULL, | ||
1106 | 0 ), | ||
1107 | |||
1101 | /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ | 1108 | /* Submitted by Antoine Mairesse <antoine.mairesse@free.fr> */ |
1102 | UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, | 1109 | UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300, |
1103 | "USB", | 1110 | "USB", |