xref: /OK3568_Linux_fs/kernel/drivers/usb/storage/unusual_karma.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0+ */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Unusual Devices File for the Rio Karma
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #if defined(CONFIG_USB_STORAGE_KARMA) || \
7*4882a593Smuzhiyun 		defined(CONFIG_USB_STORAGE_KARMA_MODULE)
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun UNUSUAL_DEV(  0x045a, 0x5210, 0x0101, 0x0101,
10*4882a593Smuzhiyun 		"Rio",
11*4882a593Smuzhiyun 		"Rio Karma",
12*4882a593Smuzhiyun 		USB_SC_SCSI, USB_PR_KARMA, rio_karma_init, 0),
13*4882a593Smuzhiyun 
14*4882a593Smuzhiyun #endif /* defined(CONFIG_USB_STORAGE_KARMA) || ... */
15