]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - pending-4.19/usb-usb-storage-add-new-id-to-ums-realtek.patch
move existing queues out of the way for the moment...
[thirdparty/kernel/stable-queue.git] / pending-4.19 / usb-usb-storage-add-new-id-to-ums-realtek.patch
1 From 1a6dd3fea131276a4fc44ae77b0f471b0b473577 Mon Sep 17 00:00:00 2001
2 From: Kai-Heng Feng <kai.heng.feng@canonical.com>
3 Date: Tue, 4 Jun 2019 00:20:49 +0800
4 Subject: USB: usb-storage: Add new ID to ums-realtek
5
6 From: Kai-Heng Feng <kai.heng.feng@canonical.com>
7
8 commit 1a6dd3fea131276a4fc44ae77b0f471b0b473577 upstream.
9
10 There is one more Realtek card reader requires ums-realtek to work
11 correctly.
12
13 Add the device ID to support it.
14
15 Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
16 Cc: stable <stable@vger.kernel.org>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19 ---
20 drivers/usb/storage/unusual_realtek.h | 5 +++++
21 1 file changed, 5 insertions(+)
22
23 --- a/drivers/usb/storage/unusual_realtek.h
24 +++ b/drivers/usb/storage/unusual_realtek.h
25 @@ -17,6 +17,11 @@ UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x99
26 "USB Card Reader",
27 USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
28
29 +UNUSUAL_DEV(0x0bda, 0x0153, 0x0000, 0x9999,
30 + "Realtek",
31 + "USB Card Reader",
32 + USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0),
33 +
34 UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999,
35 "Realtek",
36 "USB Card Reader",