162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Unusual Devices File for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_USBAT) || \
762306a36Sopenharmony_ci		defined(CONFIG_USB_STORAGE_USBAT_MODULE)
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciUNUSUAL_DEV(  0x03f0, 0x0207, 0x0001, 0x0001,
1062306a36Sopenharmony_ci		"HP",
1162306a36Sopenharmony_ci		"CD-Writer+ 8200e",
1262306a36Sopenharmony_ci		USB_SC_8070, USB_PR_USBAT, init_usbat_cd, 0),
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciUNUSUAL_DEV(  0x03f0, 0x0307, 0x0001, 0x0001,
1562306a36Sopenharmony_ci		"HP",
1662306a36Sopenharmony_ci		"CD-Writer+ CD-4e",
1762306a36Sopenharmony_ci		USB_SC_8070, USB_PR_USBAT, init_usbat_cd, 0),
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciUNUSUAL_DEV(  0x04e6, 0x1010, 0x0000, 0x9999,
2062306a36Sopenharmony_ci		"Shuttle/SCM",
2162306a36Sopenharmony_ci		"USBAT-02",
2262306a36Sopenharmony_ci		USB_SC_SCSI, USB_PR_USBAT, init_usbat_flash,
2362306a36Sopenharmony_ci		US_FL_SINGLE_LUN),
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciUNUSUAL_DEV(  0x0781, 0x0005, 0x0005, 0x0005,
2662306a36Sopenharmony_ci		"Sandisk",
2762306a36Sopenharmony_ci		"ImageMate SDDR-05b",
2862306a36Sopenharmony_ci		USB_SC_SCSI, USB_PR_USBAT, init_usbat_flash,
2962306a36Sopenharmony_ci		US_FL_SINGLE_LUN),
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_USBAT) || ... */
32