From c3056e49cac92b8e70b160fe458e3c9ba1a4ecf3 Mon Sep 17 00:00:00 2001 From: Dylan Taft Date: Mon, 5 Feb 2007 16:41:01 -0800 Subject: [PATCH] --- yaml --- r: 48747 b: refs/heads/master c: a7e555b6992d33e38c34aaa0e65f25bc544e28b1 h: refs/heads/master i: 48745: 45467dd2228759a28a270ba52c807c469944a618 48743: d4ad60d5b157d0fa88b5d12d0f6e268b87a976a7 v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/unusual_devs.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a02b254cc471..b08d1ab648b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0207c808d0d95bb1c4d5067c13c8d6b14afef2ab +refs/heads/master: a7e555b6992d33e38c34aaa0e65f25bc544e28b1 diff --git a/trunk/drivers/usb/storage/unusual_devs.h b/trunk/drivers/usb/storage/unusual_devs.h index 568366569769..9644a8ea4aa7 100644 --- a/trunk/drivers/usb/storage/unusual_devs.h +++ b/trunk/drivers/usb/storage/unusual_devs.h @@ -1101,6 +1101,15 @@ UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_SINGLE_LUN), +/* Submitted by Dylan Taft + * US_FL_IGNORE_RESIDUE Needed + */ +UNUSUAL_DEV( 0x08ca, 0x3103, 0x0100, 0x0100, + "AIPTEK", + "Aiptek USB Keychain MP3 Player", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE), + /* Entry needed for flags. Moreover, all devices with this ID use * bulk-only transport, but _some_ falsely report Control/Bulk instead. * One example is "Trumpion Digital Research MYMP3".