Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[linux-2.6-block.git] / drivers / usb / storage / unusual_isd200.h
CommitLineData
5fd54ace 1// SPDX-License-Identifier: GPL-2.0+
f0183a33
FB
2/*
3 * Unusual Devices File for In-System Design, Inc. ISD200 ASIC
32d5493e
AS
4 */
5
6#if defined(CONFIG_USB_STORAGE_ISD200) || \
7 defined(CONFIG_USB_STORAGE_ISD200_MODULE)
8
9UNUSUAL_DEV( 0x054c, 0x002b, 0x0100, 0x0110,
10 "Sony",
11 "Portable USB Harddrive V2",
8fa7fd74 12 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
13 0),
14
15UNUSUAL_DEV( 0x05ab, 0x0031, 0x0100, 0x0110,
16 "In-System",
17 "USB/IDE Bridge (ATA/ATAPI)",
8fa7fd74 18 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
19 0),
20
21UNUSUAL_DEV( 0x05ab, 0x0301, 0x0100, 0x0110,
22 "In-System",
23 "Portable USB Harddrive V2",
8fa7fd74 24 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
25 0),
26
27UNUSUAL_DEV( 0x05ab, 0x0351, 0x0100, 0x0110,
28 "In-System",
29 "Portable USB Harddrive V2",
8fa7fd74 30 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
31 0),
32
33UNUSUAL_DEV( 0x05ab, 0x5701, 0x0100, 0x0110,
34 "In-System",
35 "USB Storage Adapter V2",
8fa7fd74 36 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
37 0),
38
39UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
40 "ATI",
41 "USB Cable 205",
8fa7fd74 42 USB_SC_ISD200, USB_PR_BULK, isd200_Initialization,
32d5493e
AS
43 0),
44
45#endif /* defined(CONFIG_USB_STORAGE_ISD200) || ... */