USB: quirks: add quirk auto suspend for Sonix webcam
The Sonix webcam (idVendor=0x0c45,idProduct=0x636a) can't support auto-suspend well on rockchip platforms. With auto-suspend, the usb mic of the webcam fail to start capture. So we need to disable auto-suspend for this Sonix webcam. Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: Icc59c4fe1fda78be73441dc4320d6d738d031efd
This commit is contained in:
@@ -416,6 +416,7 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||
{ USB_DEVICE(0x0bda, 0x8153), .driver_info = USB_QUIRK_NO_LPM },
|
||||
|
||||
/* Sonix FaceBlack device */
|
||||
{ USB_DEVICE(0x0c45, 0x636a), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||
{ USB_DEVICE(0x0c45, 0x64ab), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||
{ USB_DEVICE(0x0c45, 0x64ac), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user