usb: quirks: add device quirk for Sonix FaceBlack device
We found that some Sonix usb cameras(e.g. idVendor=0c45, idProduct=64ab or idProduct=64ac) can't support auto-suspend well on rockchip platforms(e.g. rk3399).With auto-suspend, these usb cameras MJPEG will display abnormally on all usb controllers(DWC2/DWC3/EHCI). So we need to disable auto- suspend for these special usb cameras. Change-Id: I08c87cf5c9fa5ebe076b5dd3e873b74c5ec2cb83 Signed-off-by: William Wu <william.wu@rock-chips.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
@@ -414,6 +414,10 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||
/* Generic RTL8153 based ethernet adapters */
|
||||
{ USB_DEVICE(0x0bda, 0x8153), .driver_info = USB_QUIRK_NO_LPM },
|
||||
|
||||
/* Sonix FaceBlack device */
|
||||
{ USB_DEVICE(0x0c45, 0x64ab), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||
{ USB_DEVICE(0x0c45, 0x64ac), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||
|
||||
/* SONiX USB DEVICE Touchpad */
|
||||
{ USB_DEVICE(0x0c45, 0x7056), .driver_info =
|
||||
USB_QUIRK_IGNORE_REMOTE_WAKEUP },
|
||||
|
||||
Reference in New Issue
Block a user