Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Unusual Devices File for devices based on the Cypress USB/ATA bridge
0004  *  with support for ATACB
0005  */
0006 
0007 #if defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || \
0008         defined(CONFIG_USB_STORAGE_CYPRESS_ATACB_MODULE)
0009 
0010 /* CY7C68300 : support atacb */
0011 UNUSUAL_DEV(  0x04b4, 0x6830, 0x0000, 0x9999,
0012         "Cypress",
0013         "Cypress AT2LP",
0014         USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
0015 
0016 /* CY7C68310 : support atacb and atacb2 */
0017 UNUSUAL_DEV(  0x04b4, 0x6831, 0x0000, 0x9999,
0018         "Cypress",
0019         "Cypress ISD-300LP",
0020         USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
0021 
0022 UNUSUAL_DEV( 0x14cd, 0x6116, 0x0160, 0x0160,
0023         "Super Top",
0024         "USB 2.0  SATA BRIDGE",
0025         USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
0026 
0027 #endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */