xref: /openbmc/linux/drivers/usb/storage/unusual_karma.h (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1*59b4e0cdSNishad Kamdar /* SPDX-License-Identifier: GPL-2.0+ */
2f0183a33SFelipe Balbi /*
3f0183a33SFelipe Balbi  * Unusual Devices File for the Rio Karma
4c1033784SAlan Stern  */
5c1033784SAlan Stern 
6c1033784SAlan Stern #if defined(CONFIG_USB_STORAGE_KARMA) || \
7c1033784SAlan Stern 		defined(CONFIG_USB_STORAGE_KARMA_MODULE)
8c1033784SAlan Stern 
9c1033784SAlan Stern UNUSUAL_DEV(  0x045a, 0x5210, 0x0101, 0x0101,
10c1033784SAlan Stern 		"Rio",
11c1033784SAlan Stern 		"Rio Karma",
128fa7fd74SMichal Nazarewicz 		USB_SC_SCSI, USB_PR_KARMA, rio_karma_init, 0),
13c1033784SAlan Stern 
14c1033784SAlan Stern #endif /* defined(CONFIG_USB_STORAGE_KARMA) || ... */
15