18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Unusual Devices File for In-System Design, Inc. ISD200 ASIC
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_ISD200) || \
78c2ecf20Sopenharmony_ci		defined(CONFIG_USB_STORAGE_ISD200_MODULE)
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x054c, 0x002b, 0x0100, 0x0110,
108c2ecf20Sopenharmony_ci		"Sony",
118c2ecf20Sopenharmony_ci		"Portable USB Harddrive V2",
128c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
138c2ecf20Sopenharmony_ci		0),
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x05ab, 0x0031, 0x0100, 0x0110,
168c2ecf20Sopenharmony_ci		"In-System",
178c2ecf20Sopenharmony_ci		"USB/IDE Bridge (ATA/ATAPI)",
188c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
198c2ecf20Sopenharmony_ci		0),
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x05ab, 0x0301, 0x0100, 0x0110,
228c2ecf20Sopenharmony_ci		"In-System",
238c2ecf20Sopenharmony_ci		"Portable USB Harddrive V2",
248c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
258c2ecf20Sopenharmony_ci		0),
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x05ab, 0x0351, 0x0100, 0x0110,
288c2ecf20Sopenharmony_ci		"In-System",
298c2ecf20Sopenharmony_ci		"Portable USB Harddrive V2",
308c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
318c2ecf20Sopenharmony_ci		0),
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x05ab, 0x5701, 0x0100, 0x0110,
348c2ecf20Sopenharmony_ci		"In-System",
358c2ecf20Sopenharmony_ci		"USB Storage Adapter V2",
368c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
378c2ecf20Sopenharmony_ci		0),
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x0bf6, 0xa001, 0x0100, 0x0110,
408c2ecf20Sopenharmony_ci		"ATI",
418c2ecf20Sopenharmony_ci		"USB Cable 205",
428c2ecf20Sopenharmony_ci		USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
438c2ecf20Sopenharmony_ci		0),
448c2ecf20Sopenharmony_ci
458c2ecf20Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_ISD200) || ... */
46