mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
USB: quirks: add STRING quirk for VCOM device
commit ec547af8a9 upstream.
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>
This commit is contained in:
parent
ac6ad0ef83
commit
008ba29f33
|
|
@ -511,6 +511,9 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||||
/* DJI CineSSD */
|
/* DJI CineSSD */
|
||||||
{ USB_DEVICE(0x2ca3, 0x0031), .driver_info = USB_QUIRK_NO_LPM },
|
{ USB_DEVICE(0x2ca3, 0x0031), .driver_info = USB_QUIRK_NO_LPM },
|
||||||
|
|
||||||
|
/* VCOM device */
|
||||||
|
{ USB_DEVICE(0x4296, 0x7570), .driver_info = USB_QUIRK_CONFIG_INTF_STRINGS },
|
||||||
|
|
||||||
/* INTEL VALUE SSD */
|
/* INTEL VALUE SSD */
|
||||||
{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
|
{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user