From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80E4EC28CC1 for ; Sat, 1 Jun 2019 10:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A01F271D3 for ; Sat, 1 Jun 2019 10:11:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=zatta.me header.i=@zatta.me header.b="xxMHK7fp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726142AbfFAKLl (ORCPT ); Sat, 1 Jun 2019 06:11:41 -0400 Received: from mx.zatta.me ([185.52.2.58]:60406 "EHLO mx.zatta.me" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfFAKLl (ORCPT ); Sat, 1 Jun 2019 06:11:41 -0400 Date: Sat, 1 Jun 2019 12:11:37 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zatta.me; s=myselector; t=1559383899; bh=deaXTXvdHGXwh37M+oDQM17zgn2fvYB3CIB8Uqs1N68=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=xxMHK7fpsFFd8Umb+bHPAlYCXeXPDSQB+sbH1PxXupyY9fNSJVCF0fkOarGfw3U/h sIrmIYe9NS8CTOCA0jSKTwaXfxMfEJOdxxt2COIBizFAVSJH+j4VeDNqv+lRKjo2RT 77x4BbckIYma9SjgnPKoIWsciICotzWHFaJ0SY3T1UucxPbsg4Bbtej9GmMgPrkac1 ZfTONWclFEiDO/3v0lmyW1CJWjqBeM2ucLfzMmPwcC4B23qW96Bn1trNvrf/DfbYr+ ka8+bEJGWpG1iOQFoc4BPA3MUNQXxteKLTCL0TdN3oLpxT8+lp34qULJuEkye2doA2 VxiTF406741/Q== From: Marco Zatta To: Sergei Shtylyov Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org Subject: Re: [PATCH] Fix chipmunk-like voice when using Logitech C270 for recording audio. Message-ID: <20190601101137.GA1988@jimmy.localdomain> References: <20190601075257.GA24550@jimmy.localdomain> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi! On Sat, Jun 01, 2019 at 12:33:06PM +0300, Sergei Shtylyov wrote: > Hello! > > On 01.06.2019 10:52, Marco Zatta wrote: > > > 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 > > It's not how you should cite the commits, see below: > > <12-digit SHA1> ("") > You are right, I am sorry about that. The commits are 2394d67e446bf616a0885167d5f0d397bdacfdfc ("USB: add RESET_RESUME for webcams shown to be quirky") and e387ef5c47ddeaeaa3cbdc54424cdb7a28dae2c0 ("usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams") > > back. > > > > Signed-off-by: Marco Zatta > [...] > > MBR, Sergei Best regards, Marco