diff options
| author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2019-06-04 00:20:49 +0800 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2019-10-05 16:19:51 +0100 |
| commit | 0fa644996d0f77735541be67869623affdba98f0 (patch) | |
| tree | b7b2fa81d18b1bc2e01598024be36e953d5bd6df | |
| parent | cc3922895d2c5d30d76e7c67ffadf9d83737c0cf (diff) | |
| download | linux-0fa644996d0f77735541be67869623affdba98f0.tar.gz linux-0fa644996d0f77735541be67869623affdba98f0.tar.bz2 linux-0fa644996d0f77735541be67869623affdba98f0.zip | |
USB: usb-storage: Add new ID to ums-realtek
commit 1a6dd3fea131276a4fc44ae77b0f471b0b473577 upstream.
There is one more Realtek card reader requires ums-realtek to work
correctly.
Add the device ID to support it.
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
| -rw-r--r-- | drivers/usb/storage/unusual_realtek.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_realtek.h b/drivers/usb/storage/unusual_realtek.h index f5fc3271e19c..e2c5491a411b 100644 --- a/drivers/usb/storage/unusual_realtek.h +++ b/drivers/usb/storage/unusual_realtek.h @@ -28,6 +28,11 @@ UNUSUAL_DEV(0x0bda, 0x0138, 0x0000, 0x9999, "USB Card Reader", USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0), +UNUSUAL_DEV(0x0bda, 0x0153, 0x0000, 0x9999, + "Realtek", + "USB Card Reader", + USB_SC_DEVICE, USB_PR_DEVICE, init_realtek_cr, 0), + UNUSUAL_DEV(0x0bda, 0x0158, 0x0000, 0x9999, "Realtek", "USB Card Reader", |
