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