usb: add USB_QUIRK_DELAY_INIT for Logitech C922
authorTomasz Meresiński <tomasz@meresinski.eu>
Wed, 3 Jun 2020 20:33:46 +0000 (22:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 08:42:18 +0000 (10:42 +0200)
commit5d8021923e8a8cc37a421a64e27c7221f0fee33c
treecd4c37cb6f8b1b7f2f647871e0ccc36bf4ccf97f
parent44ed240d62736ad29943ec01e41e194b96f7c5e9
usb: add USB_QUIRK_DELAY_INIT for Logitech C922

The Logitech C922, just like other Logitech webcams,
needs the USB_QUIRK_DELAY_INIT or it will randomly
not respond after device connection

Signed-off-by: Tomasz Meresiński <tomasz@meresinski.eu>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200603203347.7792-1-tomasz@meresinski.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c