Revert "usb: quirks: add device quirk for Sonix FaceBlack device"
This reverts commitf078cc7762. The upstream commit991df39499("media: uvcvideo: Disable autosuspend for Insta360 Link") has introduced a new quirk "UVC_QUIRK_DISABLE_AUTOSUSPEND" for usb cameras to disable autosuspend, so let's remove legacy autosuspend quirks. Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: I572e5298fe3be62c570158cc018fd7ada59db7e1
This commit is contained in:
@@ -431,10 +431,6 @@ 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