xref: /OK3568_Linux_fs/kernel/drivers/usb/storage/unusual_ene_ub6250.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0+ */
2*4882a593Smuzhiyun #if defined(CONFIG_USB_STORAGE_ENE_UB6250) || \
3*4882a593Smuzhiyun 		defined(CONFIG_USB_STORAGE_ENE_UB6250_MODULE)
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun UNUSUAL_DEV(0x0cf2, 0x6250, 0x0000, 0x9999,
6*4882a593Smuzhiyun 		"ENE",
7*4882a593Smuzhiyun 		"ENE UB6250 reader",
8*4882a593Smuzhiyun 		USB_SC_DEVICE, USB_PR_DEVICE, NULL, 0),
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun #endif /* defined(CONFIG_USB_STORAGE_ENE_UB6250) || ... */
11