Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af3bd202 authored by Thomas Bächler's avatar Thomas Bächler Committed by Greg Kroah-Hartman
Browse files

USB: Teac HD-35PU patch to unusual_devs.h

Hi, one of my users has two USB hard drives that need the following
patch, otherwise there are I/O errors similar to those here:
http://bugme.osdl.org/show_bug.cgi?id=3223



Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2d94b981
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1385,6 +1385,16 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
		US_SC_DEVICE, US_PR_DEVICE, NULL,
		US_FL_IGNORE_RESIDUE ),

/* Reported by Thomas Baechler <thomas@archlinux.org>
 * Fixes I/O errors with Teac HD-35PU devices
 */

UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201,
               "Super Top",
               "USB 2.0  IDE DEVICE",
               US_SC_DEVICE, US_PR_DEVICE, NULL,
               US_FL_IGNORE_RESIDUE),

/* patch submitted by Davide Perini <perini.davide@dpsoftware.org>
 * and Renato Perini <rperini@email.it>
 */