Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Driver for Realtek RTS51xx USB card reader
0004  *
0005  * Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved.
0006  *
0007  * Author:
0008  *   wwang (wei_wang@realsil.com.cn)
0009  *   No. 450, Shenhu Road, Suzhou Industry Park, Suzhou, China
0010  */
0011 
0012 #if defined(CONFIG_USB_STORAGE_REALTEK) || \
0013         defined(CONFIG_USB_STORAGE_REALTEK_MODULE)
0014 
0015 UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999,
0016         "Realtek",
0017         "USB Card Reader",
0018         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0019 
0020 UNUSUAL_DEV(0x0bda, 0x0153, 0x0000, 0x9999,
0021         "Realtek",
0022         "USB Card Reader",
0023         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0024 
0025 UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999,
0026         "Realtek",
0027         "USB Card Reader",
0028         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0029 
0030 UNUSUAL_DEV(0x0bda, 0x0159, 0x0000, 0x9999,
0031         "Realtek",
0032         "USB Card Reader",
0033         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0034 
0035 UNUSUAL_DEV(0x0bda, 0x0177, 0x0000, 0x9999,
0036         "Realtek",
0037         "USB Card Reader",
0038         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0039 
0040 UNUSUAL_DEV(0x0bda, 0x0184, 0x0000, 0x9999,
0041         "Realtek",
0042         "USB Card Reader",
0043         USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
0044 
0045 #endif  /* defined(CONFIG_USB_STORAGE_REALTEK) || ... */