2020-04-19 16:16:57 +03:00
/* SPDX-License-Identifier: GPL-2.0+ */
2016-04-18 13:09:11 +03:00
/*
* Driver for Realtek RTS51xx USB card reader
2011-01-14 11:53:34 +03:00
*
* Copyright ( c ) 2009 Realtek Semiconductor Corp . All rights reserved .
*
* Author :
* wwang ( wei_wang @ realsil . com . cn )
* No . 450 , Shenhu Road , Suzhou Industry Park , Suzhou , China
*/
# if defined(CONFIG_USB_STORAGE_REALTEK) || \
defined ( CONFIG_USB_STORAGE_REALTEK_MODULE )
2011-05-17 22:45:48 +04:00
UNUSUAL_DEV ( 0x0bda , 0x0138 , 0x0000 , 0x9999 ,
2011-01-14 11:53:34 +03:00
" Realtek " ,
" USB Card Reader " ,
2011-05-17 22:45:48 +04:00
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
2011-01-14 11:53:34 +03:00
2019-06-03 19:20:49 +03:00
UNUSUAL_DEV ( 0x0bda , 0x0153 , 0x0000 , 0x9999 ,
" Realtek " ,
" USB Card Reader " ,
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
2011-01-14 11:53:34 +03:00
UNUSUAL_DEV ( 0x0bda , 0x0158 , 0x0000 , 0x9999 ,
" Realtek " ,
" USB Card Reader " ,
2011-05-17 22:45:48 +04:00
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
2011-01-14 11:53:34 +03:00
2011-05-17 22:45:48 +04:00
UNUSUAL_DEV ( 0x0bda , 0x0159 , 0x0000 , 0x9999 ,
2011-01-14 11:53:34 +03:00
" Realtek " ,
" USB Card Reader " ,
2011-05-17 22:45:48 +04:00
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
2011-01-14 11:53:34 +03:00
2018-11-23 11:42:19 +03:00
UNUSUAL_DEV ( 0x0bda , 0x0177 , 0x0000 , 0x9999 ,
" Realtek " ,
" USB Card Reader " ,
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
UNUSUAL_DEV ( 0x0bda , 0x0184 , 0x0000 , 0x9999 ,
" Realtek " ,
" USB Card Reader " ,
USB_SC_DEVICE , USB_PR_DEVICE , init_realtek_cr , 0 ) ,
2011-01-14 11:53:34 +03:00
# endif /* defined(CONFIG_USB_STORAGE_REALTEK) || ... */