Revert "usb: quirks: add device quirk for HD Camera PID 0x9320"
This reverts commit3a4301edee. 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: I6d1db026f7e753ff9976f2ec2243cb604273251b
This commit is contained in:
@@ -327,7 +327,6 @@ static const struct usb_device_id usb_quirk_list[] = {
|
|||||||
|
|
||||||
/* HD Camera Manufacturer */
|
/* HD Camera Manufacturer */
|
||||||
{ USB_DEVICE(0x05a3, 0x9230), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
{ USB_DEVICE(0x05a3, 0x9230), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
||||||
{ USB_DEVICE(0x05a3, 0x9320), .driver_info = USB_QUIRK_AUTO_SUSPEND },
|
|
||||||
|
|
||||||
/* appletouch */
|
/* appletouch */
|
||||||
{ USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME },
|
{ USB_DEVICE(0x05ac, 0x021a), .driver_info = USB_QUIRK_RESET_RESUME },
|
||||||
|
|||||||
Reference in New Issue
Block a user