Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231AbeAAJv1 (ORCPT + 1 other); Mon, 1 Jan 2018 04:51:27 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:39007 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbeAAJvY (ORCPT ); Mon, 1 Jan 2018 04:51:24 -0500 X-Google-Smtp-Source: ACJfBouDwXE2d1aNUtjy8vOq0ysLfQUEGHYK1v+u5qS8VmSZBtSPMo4BLbL3BCzWtcLtDl4Ara0vjg== Subject: Re: [PATCH] usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth To: Leif Liddy , linux-usb@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, kai.heng.feng@canonical.com, stable@vger.kernel.org, mka@chromium.org, briannorris@chromium.org, drake@endlessm.com References: <20171231171335.12020-1-leif.linux@gmail.com> From: Sergei Shtylyov Message-ID: <7d8d2984-deeb-a34e-80fa-09e824312e6c@cogentembedded.com> Date: Mon, 1 Jan 2018 12:51:20 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20171231171335.12020-1-leif.linux@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hello! On 12/31/2017 8:13 PM, Leif Liddy wrote: > This is a rework of reverted commit fd865802c66bc451dc515ed89360f84376ce1a56 You need to also specify the commit summry enclosed in (""). Alos, 12 digits of SHA1 is enough. > The issue is that some QCA Rome bluetooth controllers stop functioning upon resume from suspend. > These devices seem to be losing power during suspend. This patch will enable > reset_resume in usb core (instead of btusb) and will target the specific device 0x0cf3:0xe300 > > Signed-off-by: Leif Liddy [...] MBR, Sergei