blob: fb99e526cd48e21eb11313da43fc4d9858cf8449 [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Felipe Balbif0183a32016-04-18 13:09:11 +03002/*
3 * Unusual Devices File for devices based on the Cypress USB/ATA bridge
Alan Sternfcdb5142009-02-12 14:48:04 -05004 * with support for ATACB
Alan Sternfcdb5142009-02-12 14:48:04 -05005 */
6
7#if defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || \
8 defined(CONFIG_USB_STORAGE_CYPRESS_ATACB_MODULE)
9
10/* CY7C68300 : support atacb */
11UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
12 "Cypress",
13 "Cypress AT2LP",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020014 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
Alan Sternfcdb5142009-02-12 14:48:04 -050015
16/* CY7C68310 : support atacb and atacb2 */
17UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999,
18 "Cypress",
19 "Cypress ISD-300LP",
Michal Nazarewicz8fa7fd72010-10-07 13:05:21 +020020 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
Alan Sternfcdb5142009-02-12 14:48:04 -050021
Alan Sterna9c143c2014-01-30 10:20:29 -050022UNUSUAL_DEV( 0x14cd, 0x6116, 0x0160, 0x0160,
Richard Schützcae41112010-12-19 21:18:38 +010023 "Super Top",
24 "USB 2.0 SATA BRIDGE",
25 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
26
Alan Sternfcdb5142009-02-12 14:48:04 -050027#endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */