2007-01-08 11:50:07

by Dylan Taft

[permalink] [raw]
Subject: [PATCH 001/001] USB MASS STORAGE: US_FL_IGNORE_RESIDUE needed for Aiptek MP3 Player - retry

From: Dylan Taft <[email protected]>

Device will not work as a mass storage device without US_FL_IGNORE_RESIDUE.

Signed-off-by: Dylan Taft <[email protected]>
---
--- ./drivers/usb/storage/unusual_devs.bak 2006-12-09
20:50:33.000000000 -0500
+++ ./drivers/usb/storage/unusual_devs.h 2007-01-07
22:17:13.000000000 -0500
@@ -1075,6 +1075,15 @@ UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN),

+/* Submitted by Dylan Taft <[email protected]>
+ * 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".


2007-01-09 02:18:19

by Dylan Taft

[permalink] [raw]
Subject: Re: [PATCH 001/001] USB MASS STORAGE: US_FL_IGNORE_RESIDUE needed for Aiptek MP3 Player - retry

Gmail for some reason isn't letting me paste this patch without word
wrapping, even if it's not wrapped in my editor.
Does it show up right for anyone else? Sigh.

On 1/8/07, Dylan Taft <[email protected]> wrote:
> From: Dylan Taft <[email protected]>
>
> Device will not work as a mass storage device without US_FL_IGNORE_RESIDUE.
>
> Signed-off-by: Dylan Taft <[email protected]>
> ---
> --- ./drivers/usb/storage/unusual_devs.bak 2006-12-09
> 20:50:33.000000000 -0500
> +++ ./drivers/usb/storage/unusual_devs.h 2007-01-07
> 22:17:13.000000000 -0500
> @@ -1075,6 +1075,15 @@ UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x
> US_SC_DEVICE, US_PR_DEVICE, NULL,
> US_FL_SINGLE_LUN),
>
> +/* Submitted by Dylan Taft <[email protected]>
> + * 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".
>