lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 8 Jan 2007 21:18:17 -0500
From:	"Dylan Taft" <d13f00l@...il.com>
To:	usb-storage@...ts.one-eyed-alien.net, linux-kernel@...r.kernel.org
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 <d13f00l@...il.com> wrote:
> From: Dylan Taft <d13f00l@...il.com>
>
> Device will not work as a mass storage device without US_FL_IGNORE_RESIDUE.
>
> Signed-off-by: Dylan Taft <d13f00l@...il.com>
> ---
> --- ./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 <d13f00l@...il.com>
> + * 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".
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ