]> git.ipfire.org Git - thirdparty/kernel/stable.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, 19 Jun 2019 06:18:05 +0000 (08:18 +0200)
commit3c7439e2eab9b30089b3537b7e36c5c37c679838
treebf703e9ca3e9c1867e336b5eda6e27ef391e5ea8
parentf05b0bf073ef33608999b040203338691566ed5d
USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.

commit bd21f0222adab64974b7d1b4b8c7ce6b23e9ea4d upstream.

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 2394d67e446b
("USB: add RESET_RESUME for webcams shown to be quirky") but it was then
reintroduced by e387ef5c47dd ("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>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c