From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3B14029CA for ; Mon, 29 Nov 2021 07:47:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D011C004E1; Mon, 29 Nov 2021 07:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1638172054; bh=KtAb67LnalHmYppYJg4a+4Vsjh86YMhiNv+w58SdATU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xMAsrXZhSbEiNDC8TVQP2x7jnQWqmAnWuLMErBeYo5q4wgFQIcl5skdtTOgCyQIRV KhNrDfqCdAzo6PS6wvEszhFmMgmfg9+A0fWeM3OzFN+V+zFnlzFJDozaU7njVaC2Bv nl7FE+ZivpNMQwqmRHO35hNlvMpiT46+Qy2tvoCc= Date: Mon, 29 Nov 2021 08:47:31 +0100 From: Greg KH To: Aditya Garg Cc: Thorsten Leemhuis , Marcel Holtmann , Orlando Chamberlain , Daniel Winkler , Johan Hedberg , "linux-bluetooth@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Luiz Augusto von Dentz , "regressions@lists.linux.dev" , "sonnysasaka@chromium.org" , "stable@vger.kernel.org" Subject: Re: [PATCH v2 1/6] Bluetooth: add quirk disabling LE Read Transmit Power Message-ID: References: <52DEDC31-EEB2-4F39-905F-D5E3F2BBD6C0@live.com> <8919a36b-e485-500a-2722-529ffa0d2598@leemhuis.info> <20211117124717.12352-1-redecorating@protonmail.com> <40550C00-4EE5-480F-AFD4-A2ACA01F9DBB@live.com> <332a19f1-30f0-7058-ac18-c21cf78759bb@leemhuis.info> <287DE71A-2BF2-402D-98C8-24A9AEEE55CB@live.com> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <287DE71A-2BF2-402D-98C8-24A9AEEE55CB@live.com> On Mon, Nov 29, 2021 at 07:42:39AM +0000, Aditya Garg wrote: > From: Aditya Garg > > Some devices have a bug causing them to not work if they query LE tx power on startup. Thus we add a > quirk in order to not query it and default min/max tx power values to HCI_TX_POWER_INVALID. > > v2: Wrap the changeling at 72 columns, correct email and remove tested by. These lines are not wrapped at 72 columns :( Also the changes line goes below the --- line, as documented in the kernel documentation on how to submit a patch. thanks, greg k-h