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