aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/storage/unusual_realtek.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/storage/unusual_realtek.h b/drivers/usb/storage/unusual_realtek.h
index 3236e032851..e41f50c95ed 100644
--- a/drivers/usb/storage/unusual_realtek.h
+++ b/drivers/usb/storage/unusual_realtek.h
@@ -23,19 +23,19 @@
23#if defined(CONFIG_USB_STORAGE_REALTEK) || \ 23#if defined(CONFIG_USB_STORAGE_REALTEK) || \
24 defined(CONFIG_USB_STORAGE_REALTEK_MODULE) 24 defined(CONFIG_USB_STORAGE_REALTEK_MODULE)
25 25
26UNUSUAL_DEV(0x0bda, 0x0159, 0x0000, 0x9999, 26UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999,
27 "Realtek", 27 "Realtek",
28 "USB Card Reader", 28 "USB Card Reader",
29 USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0), 29 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
30 30
31UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999, 31UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999,
32 "Realtek", 32 "Realtek",
33 "USB Card Reader", 33 "USB Card Reader",
34 USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0), 34 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
35 35
36UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999, 36UNUSUAL_DEV(0x0bda, 0x0159, 0x0000, 0x9999,
37 "Realtek", 37 "Realtek",
38 "USB Card Reader", 38 "USB Card Reader",
39 USB_SC_SCSI, USB_PR_BULK, init_realtek_cr, 0), 39 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
40 40
41#endif /* defined(CONFIG_USB_STORAGE_REALTEK) || ... */ 41#endif /* defined(CONFIG_USB_STORAGE_REALTEK) || ... */