|
@@ -402,11 +402,19 @@ UNUSUAL_DEV( 0x04a5, 0x3010, 0x0100, 0x0100,
|
|
US_FL_IGNORE_RESIDUE ),
|
|
US_FL_IGNORE_RESIDUE ),
|
|
|
|
|
|
#ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB
|
|
#ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB
|
|
|
|
+/* CY7C68300 : support atacb */
|
|
UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
|
|
UNUSUAL_DEV( 0x04b4, 0x6830, 0x0000, 0x9999,
|
|
"Cypress",
|
|
"Cypress",
|
|
"Cypress AT2LP",
|
|
"Cypress AT2LP",
|
|
US_SC_CYP_ATACB, US_PR_DEVICE, NULL,
|
|
US_SC_CYP_ATACB, US_PR_DEVICE, NULL,
|
|
0),
|
|
0),
|
|
|
|
+
|
|
|
|
+/* CY7C68310 : support atacb and atacb2 */
|
|
|
|
+UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x9999,
|
|
|
|
+ "Cypress",
|
|
|
|
+ "Cypress ISD-300LP",
|
|
|
|
+ US_SC_CYP_ATACB, US_PR_DEVICE, NULL,
|
|
|
|
+ 0),
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* Reported by Simon Levitt <simon@whattf.com>
|
|
/* Reported by Simon Levitt <simon@whattf.com>
|