132d5493eSAlan Stern /* Unusual Devices File for In-System Design, Inc. ISD200 ASIC
232d5493eSAlan Stern  *
332d5493eSAlan Stern  * This program is free software; you can redistribute it and/or modify it
432d5493eSAlan Stern  * under the terms of the GNU General Public License as published by the
532d5493eSAlan Stern  * Free Software Foundation; either version 2, or (at your option) any
632d5493eSAlan Stern  * later version.
732d5493eSAlan Stern  *
832d5493eSAlan Stern  * This program is distributed in the hope that it will be useful, but
932d5493eSAlan Stern  * WITHOUT ANY WARRANTY; without even the implied warranty of
1032d5493eSAlan Stern  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1132d5493eSAlan Stern  * General Public License for more details.
1232d5493eSAlan Stern  *
1332d5493eSAlan Stern  * You should have received a copy of the GNU General Public License along
1432d5493eSAlan Stern  * with this program; if not, write to the Free Software Foundation, Inc.,
1532d5493eSAlan Stern  * 675 Mass Ave, Cambridge, MA 02139, USA.
1632d5493eSAlan Stern  */
1732d5493eSAlan Stern 
1832d5493eSAlan Stern #if defined(CONFIG_USB_STORAGE_ISD200) || \
1932d5493eSAlan Stern 		defined(CONFIG_USB_STORAGE_ISD200_MODULE)
2032d5493eSAlan Stern 
2132d5493eSAlan Stern UNUSUAL_DEV(  0x054c, 0x002b, 0x0100, 0x0110,
2232d5493eSAlan Stern 		"Sony",
2332d5493eSAlan Stern 		"Portable USB Harddrive V2",
2432d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
2532d5493eSAlan Stern 		0),
2632d5493eSAlan Stern 
2732d5493eSAlan Stern UNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,
2832d5493eSAlan Stern 		"In-System",
2932d5493eSAlan Stern 		"USB/IDE Bridge (ATA/ATAPI)",
3032d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
3132d5493eSAlan Stern 		0),
3232d5493eSAlan Stern 
3332d5493eSAlan Stern UNUSUAL_DEV(  0x05ab, 0x0301, 0x0100, 0x0110,
3432d5493eSAlan Stern 		"In-System",
3532d5493eSAlan Stern 		"Portable USB Harddrive V2",
3632d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
3732d5493eSAlan Stern 		0),
3832d5493eSAlan Stern 
3932d5493eSAlan Stern UNUSUAL_DEV(  0x05ab, 0x0351, 0x0100, 0x0110,
4032d5493eSAlan Stern 		"In-System",
4132d5493eSAlan Stern 		"Portable USB Harddrive V2",
4232d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
4332d5493eSAlan Stern 		0),
4432d5493eSAlan Stern 
4532d5493eSAlan Stern UNUSUAL_DEV(  0x05ab, 0x5701, 0x0100, 0x0110,
4632d5493eSAlan Stern 		"In-System",
4732d5493eSAlan Stern 		"USB Storage Adapter V2",
4832d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
4932d5493eSAlan Stern 		0),
5032d5493eSAlan Stern 
5132d5493eSAlan Stern UNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
5232d5493eSAlan Stern 		"ATI",
5332d5493eSAlan Stern 		"USB Cable 205",
5432d5493eSAlan Stern 		US_SC_ISD200, US_PR_BULK, isd200_Initialization,
5532d5493eSAlan Stern 		0),
5632d5493eSAlan Stern 
5732d5493eSAlan Stern #endif /* defined(CONFIG_USB_STORAGE_ISD200) || ... */
58