Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932481Ab0LSUSx (ORCPT ); Sun, 19 Dec 2010 15:18:53 -0500 Received: from mailout10.t-online.de ([194.25.134.21]:44994 "EHLO mailout10.t-online.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932435Ab0LSUSw (ORCPT ); Sun, 19 Dec 2010 15:18:52 -0500 Message-ID: <4D0E689E.10900@t-online.de> Date: Sun, 19 Dec 2010 21:18:38 +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, usb-storage@lists.one-eyed-alien.net, Alan Stern , Sergey Vlasov , Greg KH , Matthew Dharm Subject: [PATCH] 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: GoBv2MZHghWhV1DX0kvCd86YhE6hznnVAUlEhbC6Zlw5ezjj+Zru0T5Uf2IeY0SgKe X-TOI-MSGID: d4af9b37-1f9f-4416-ba05-89ad7252a2a1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 26 New device ID added for unusual Cypress ATACB device. Signed-off-by: Richard Sch?tz --- a/drivers/usb/storage/unusual_cypress.h 2010-12-09 23:17:27.000000000 +0100 +++ b/drivers/usb/storage/unusual_cypress.h 2010-12-19 12:20:14.756009149 +0100 @@ -31,4 +31,9 @@ UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x "Cypress ISD-300LP", US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 0), +UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x9999, + "Super Top", + "USB 2.0 SATA BRIDGE", + US_SC_CYP_ATACB, US_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/