]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.
authorMarco Zatta <marco@zatta.me>
Sat, 1 Jun 2019 07:52:57 +0000 (09:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jun 2019 09:52:42 +0000 (11:52 +0200)
commit972c621990b97c5dc600b6b8c1b1f6539286a830
treedc070ee9d2197fd41c8ab5c34fdfc63b91c6e7a5
parent5f70070fcf0f63be1473b82f637b3641a2363856
USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.

This patch fixes the chipmunk-like voice that manifets randomly when
using the integrated mic of the Logitech Webcam HD C270.

The issue was solved initially for this device by commit fc32294cbf34
("USB: add RESET_RESUME for webcams shown to be quirky") but it was then
reintroduced by 52fd183f313b ("usb: Add USB_QUIRK_RESET_RESUME for all
Logitech UVC webcams"). This patch is to have the fix back.

Signed-off-by: Marco Zatta <marco@zatta.me>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c