linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio.
@ 2019-06-01  7:52 Marco Zatta
  2019-06-01  9:33 ` Sergei Shtylyov
  2019-06-03  9:58 ` Oliver Neukum
  0 siblings, 2 replies; 12+ messages in thread
From: Marco Zatta @ 2019-06-01  7:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-usb

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
2394d67e446bf616a0885167d5f0d397bdacfdfc but it was then reintroduced by
e387ef5c47ddeaeaa3cbdc54424cdb7a28dae2c0. This patch is to have the fix
back.

Signed-off-by: Marco Zatta <marco@zatta.me>
---
 drivers/usb/core/quirks.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 6082b008969b..6b6413073584 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -215,6 +215,9 @@ static const struct usb_device_id usb_quirk_list[] = {
 	/* Cherry Stream G230 2.0 (G85-231) and 3.0 (G85-232) */
 	{ USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },
 
+	/* Logitech HD Webcam C270 */
+	{ USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME },
+
 	/* Logitech HD Pro Webcams C920, C920-C, C925e and C930e */
 	{ USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },
 	{ USB_DEVICE(0x046d, 0x0841), .driver_info = USB_QUIRK_DELAY_INIT },
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-07-03 13:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01  7:52 [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio Marco Zatta
2019-06-01  9:33 ` Sergei Shtylyov
2019-06-01 10:11   ` Marco Zatta
2019-06-01 11:45     ` Greg KH
2019-06-03  9:58 ` Oliver Neukum
2019-06-03 17:55   ` Marco Zatta
2019-06-04  9:14     ` Oliver Neukum
2019-06-05  9:30       ` Greg Kroah-Hartman
2019-06-20 20:19   ` Aidan Thornton
2019-07-02 12:46     ` Oliver Neukum
2019-07-02 13:25       ` Greg Kroah-Hartman
2019-07-03 13:54     ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).