Skip to content

Commit ec547af

Browse files
oneukumgregkh
authored andcommitted
USB: quirks: add STRING quirk for VCOM device
This has been reported to stall if queried Cc: stable <stable@vger.kernel.org> Signed-off-by: Oliver Neukum <oneukum@suse.com> Link: https://lore.kernel.org/r/20220414123152.1700-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2a7ccf6 commit ec547af

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
@@ -510,6 +510,9 @@ static const struct usb_device_id usb_quirk_list[] = {
510510
/* DJI CineSSD */
511511
{ USB_DEVICE(0x2ca3, 0x0031), .driver_info = USB_QUIRK_NO_LPM },
512512

513+
/* VCOM device */
514+
{ USB_DEVICE(0x4296, 0x7570), .driver_info = USB_QUIRK_CONFIG_INTF_STRINGS },
515+
513516
/* INTEL VALUE SSD */
514517
{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
515518

0 commit comments

Comments
 (0)