From 635ca5d48fa11c43d7683eda74dba1394dc1bae4 Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Sun, 31 Dec 2006 00:19:50 -0800 Subject: [PATCH] --- yaml --- r: 45316 b: refs/heads/master c: f1cd4ad202ce34d29c847fd82df948ff67c17826 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/unusual_devs.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 356f0b2b03fa..b20ad6698d73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6a6e472f55e0c8398650446b64c40e4a373b0c5 +refs/heads/master: f1cd4ad202ce34d29c847fd82df948ff67c17826 diff --git a/trunk/drivers/usb/storage/unusual_devs.h b/trunk/drivers/usb/storage/unusual_devs.h index 5fe7ff441a09..5239e47914f0 100644 --- a/trunk/drivers/usb/storage/unusual_devs.h +++ b/trunk/drivers/usb/storage/unusual_devs.h @@ -1358,6 +1358,21 @@ UNUSUAL_DEV( 0x1370, 0x6828, 0x0110, 0x0110, US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), +/* Reported by Francesco Foresti */ +UNUSUAL_DEV( 0x14cd, 0x6600, 0x0201, 0x0201, + "Super Top", + "IDE DEVICE", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE ), + +/* Reported by Robert Schedel + * Note: this is a 'super top' device like the above 14cd/6600 device */ +UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, + "Teac", + "HD-35PUK-B", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_RESIDUE ), + /* patch submitted by Davide Perini * and Renato Perini */