Skip to content

Commit 2a7ccf6

Browse files
oneukumgregkh
authored andcommitted
USB: quirks: add a Realtek card reader
This device is reported to stall when enummerated. Cc: stable <stable@vger.kernel.org> Signed-off-by: Oliver Neukum <oneukum@suse.com> Link: https://lore.kernel.org/r/20220414110209.30924-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b3fa25d commit 2a7ccf6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/usb/core/quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ static const struct usb_device_id usb_quirk_list[] = {
404404
{ USB_DEVICE(0x0b05, 0x17e0), .driver_info =
405405
USB_QUIRK_IGNORE_REMOTE_WAKEUP },
406406

407+
/* Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)*/
408+
{ USB_DEVICE(0x0bda, 0x0151), .driver_info = USB_QUIRK_CONFIG_INTF_STRINGS },
409+
407410
/* Realtek hub in Dell WD19 (Type-C) */
408411
{ USB_DEVICE(0x0bda, 0x0487), .driver_info = USB_QUIRK_NO_LPM },
409412

0 commit comments

Comments
 (0)