0001
0002
0003
0004
0005
0006
0007
0008
0009
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