diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2006-02-13 10:16:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-02-14 00:33:40 -0500 |
commit | 982db2a127b29c9e1f5896d2ba691e84446cc858 (patch) | |
tree | 4e64b464d4f79e092f50e9ad908a1d0da01deab3 | |
parent | 1d614a4b0d2613d83f7bf0978e213ba29aebc44f (diff) |
[PATCH] USB: unusual_devs.h entry: iAUDIO M5
Another unusual_devs.h entry (as652).
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-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", |