1f0183a33SFelipe Balbi /*
2f0183a33SFelipe Balbi  * Unusual Devices File for devices based on the Cypress USB/ATA bridge
3fcdb5140SAlan Stern  *	with support for ATACB
4fcdb5140SAlan Stern  *
5fcdb5140SAlan Stern  * This program is free software; you can redistribute it and/or modify it
6fcdb5140SAlan Stern  * under the terms of the GNU General Public License as published by the
7fcdb5140SAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
8fcdb5140SAlan Stern  * later version.
9fcdb5140SAlan Stern  *
10fcdb5140SAlan Stern  * This program is distributed in the hope that it will be useful, but
11fcdb5140SAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
12fcdb5140SAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13fcdb5140SAlan Stern  * General Public License for more details.
14fcdb5140SAlan Stern  *
15fcdb5140SAlan Stern  * You should have received a copy of the GNU General Public License along
16fcdb5140SAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
17fcdb5140SAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
18fcdb5140SAlan Stern  */
19fcdb5140SAlan Stern 
20fcdb5140SAlan Stern #if defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || \
21fcdb5140SAlan Stern 		defined(CONFIG_USB_STORAGE_CYPRESS_ATACB_MODULE)
22fcdb5140SAlan Stern 
23fcdb5140SAlan Stern /* CY7C68300 : support atacb */
24fcdb5140SAlan Stern UNUSUAL_DEV(  0x04b4, 0x6830, 0x0000, 0x9999,
25fcdb5140SAlan Stern 		"Cypress",
26fcdb5140SAlan Stern 		"Cypress AT2LP",
278fa7fd74SMichal Nazarewicz 		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
28fcdb5140SAlan Stern 
29fcdb5140SAlan Stern /* CY7C68310 : support atacb and atacb2 */
30fcdb5140SAlan Stern UNUSUAL_DEV(  0x04b4, 0x6831, 0x0000, 0x9999,
31fcdb5140SAlan Stern 		"Cypress",
32fcdb5140SAlan Stern 		"Cypress ISD-300LP",
338fa7fd74SMichal Nazarewicz 		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
34fcdb5140SAlan Stern 
35a9c143c8SAlan Stern UNUSUAL_DEV( 0x14cd, 0x6116, 0x0160, 0x0160,
36cae41118SRichard Schütz 		"Super Top",
37cae41118SRichard Schütz 		"USB 2.0  SATA BRIDGE",
38cae41118SRichard Schütz 		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
39cae41118SRichard Schütz 
40fcdb5140SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */
41