ChangeSet 1.2329.2.4, 2005/01/14 16:22:51-08:00, [EMAIL PROTECTED] [PATCH] USB unusual_devs addition: Ignore residue for ours-tech disk
This "Ours Technology" device incorrectly reports 100% residue on transferred data. Patch originally sent by Daniel Drake <[EMAIL PROTECTED]>, with slight modification by me. Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> Signed-off-by: Phil Dibowitz <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/storage/unusual_devs.h | 8 ++++++++ 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/unusual_devs.h 2005-01-17 13:50:35 -08:00 +++ b/drivers/usb/storage/unusual_devs.h 2005-01-17 13:50:35 -08:00 @@ -865,6 +865,14 @@ US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY ), +/* Submitted by Daniel Drake <[EMAIL PROTECTED]> + * Reported by dayul on the Gentoo Forums */ +UNUSUAL_DEV( 0x0ea0, 0x2168, 0x0110, 0x0110, + "Ours Technology", + "Flash Disk", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE ), + /* Reported by Rastislav Stanik <[EMAIL PROTECTED]> */ UNUSUAL_DEV( 0x0ea0, 0x6828, 0x0110, 0x0110, "USB", ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel