]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - 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
CommitLineData
ed7e4690
GKH
1From 1a6dd3fea131276a4fc44ae77b0f471b0b473577 Mon Sep 17 00:00:00 2001
2From: Kai-Heng Feng <kai.heng.feng@canonical.com>
3Date: Tue, 4 Jun 2019 00:20:49 +0800
4Subject: USB: usb-storage: Add new ID to ums-realtek
5
6From: Kai-Heng Feng <kai.heng.feng@canonical.com>
7
8commit 1a6dd3fea131276a4fc44ae77b0f471b0b473577 upstream.
9
10There is one more Realtek card reader requires ums-realtek to work
11correctly.
12
13Add the device ID to support it.
14
15Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
16Cc: stable <stable@vger.kernel.org>
17Signed-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",