xref: /kernel/linux/linux-5.10/drivers/usb/storage/unusual_cypress.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/usb/storage/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Unusual Devices File for devices based on the Cypress USB/ATA bridge
48c2ecf20Sopenharmony_ci *	with support for ATACB
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || \
88c2ecf20Sopenharmony_ci		defined(CONFIG_USB_STORAGE_CYPRESS_ATACB_MODULE)
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/* CY7C68300 : support atacb */
118c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x04b4, 0x6830, 0x0000, 0x9999,
128c2ecf20Sopenharmony_ci		"Cypress",
138c2ecf20Sopenharmony_ci		"Cypress AT2LP",
148c2ecf20Sopenharmony_ci		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci/* CY7C68310 : support atacb and atacb2 */
178c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x04b4, 0x6831, 0x0000, 0x9999,
188c2ecf20Sopenharmony_ci		"Cypress",
198c2ecf20Sopenharmony_ci		"Cypress ISD-300LP",
208c2ecf20Sopenharmony_ci		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciUNUSUAL_DEV( 0x14cd, 0x6116, 0x0150, 0x0160,
238c2ecf20Sopenharmony_ci		"Super Top",
248c2ecf20Sopenharmony_ci		"USB 2.0  SATA BRIDGE",
258c2ecf20Sopenharmony_ci		USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0),
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */
28

Indexes created Thu Nov 07 10:32:03 CST 2024