diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 568366569769..9644a8ea4aa7 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1101,6 +1101,15 @@ UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | |||
1101 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1101 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1102 | US_FL_SINGLE_LUN), | 1102 | US_FL_SINGLE_LUN), |
1103 | 1103 | ||
1104 | /* Submitted by Dylan Taft <d13f00l@gmail.com> | ||
1105 | * US_FL_IGNORE_RESIDUE Needed | ||
1106 | */ | ||
1107 | UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, | ||
1108 | "AIPTEK", | ||
1109 | "Aiptek USB Keychain MP3 Player", | ||
1110 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1111 | US_FL_IGNORE_RESIDUE), | ||
1112 | |||
1104 | /* Entry needed for flags. Moreover, all devices with this ID use | 1113 | /* Entry needed for flags. Moreover, all devices with this ID use |
1105 | * bulk-only transport, but _some_ falsely report Control/Bulk instead. | 1114 | * bulk-only transport, but _some_ falsely report Control/Bulk instead. |
1106 | * One example is "Trumpion Digital Research MYMP3". | 1115 | * One example is "Trumpion Digital Research MYMP3". |