]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/usb/storage/unusual_cypress.h
USB: add SPDX identifiers to all remaining files in drivers/usb/
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / storage / unusual_cypress.h
CommitLineData
5fd54ace 1// SPDX-License-Identifier: GPL-2.0+
f0183a33
FB
2/*
3 * Unusual Devices File for devices based on the Cypress USB/ATA bridge
fcdb5140 4 * with support for ATACB
d277064e
MC
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any
9 * later version.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
fcdb5140
AS
21#if defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || \
22 defined(CONFIG_USB_STORAGE_CYPRESS_ATACB_MODULE)
23
24/* CY7C68300 : support atacb */
25UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
26 "Cypress",
27 "Cypress AT2LP",
8fa7fd74 28 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
fcdb5140
AS
29
30/* CY7C68310 : support atacb and atacb2 */
31UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999,
32 "Cypress",
33 "Cypress ISD-300LP",
8fa7fd74 34 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
fcdb5140 35
a9c143c8 36UNUSUAL_DEV( 0x14cd, 0x6116, 0x0160, 0x0160,
cae41118
RS
37 "Super Top",
38 "USB 2.0 SATA BRIDGE",
39 USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
40
fcdb5140 41#endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */