Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753184Ab0LVN0h (ORCPT ); Wed, 22 Dec 2010 08:26:37 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:54998 "EHLO mailout04.t-online.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751826Ab0LVN0f (ORCPT ); Wed, 22 Dec 2010 08:26:35 -0500 Message-ID: <4D11FBEF.7040101@t-online.de> Date: Wed, 22 Dec 2010 14:23:59 +0100 From: =?ISO-8859-15?Q?Richard_Sch=FCtz?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101211 Lanikai/3.1.7 MIME-Version: 1.0 To: linux-usb@vger.kernel.org CC: linux-kernel@vger.kernel.org, Alan Stern , Sergey Vlasov , Greg KH , Matthew Dharm Subject: [PATCH v2] USB: usb-storage: unusual_devs update for Cypress ATACB Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-ID: ESavFoZrYhwfvLdd6oYZ5Nf-u4zFm8xt97Efw42uamgr2SFMeuxgDWs6Olo-Eragw7 X-TOI-MSGID: 888a3313-0026-4fa2-8228-0f606384210c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 28 Added new device ID for unusual Cypress ATACB device. Signed-off-by: Richard Sch?tz --- Applies to 2.6.37-rc7 now. --- a/drivers/usb/storage/unusual_cypress.h 2010-12-21 20:26:40.000000000 +0100 +++ b/drivers/usb/storage/unusual_cypress.h 2010-12-22 12:38:49.013825668 +0100 @@ -31,4 +31,9 @@ UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x "Cypress ISD-300LP", USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), +UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x9999, + "Super Top", + "USB 2.0 SATA BRIDGE", + USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), + #endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */ -- Regards, Richard Sch?tz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/