]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a585668badc0e8bb001ecd5511114b7d9c949d8
treecd4c37cb6f8b1b7f2f647871e0ccc36bf4ccf97f
parentf8f146bd00e55e4d80651ffca8a8b8473add9fd8
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