Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756415AbdLVRc6 (ORCPT ); Fri, 22 Dec 2017 12:32:58 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:41763 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756079AbdLVRc4 (ORCPT ); Fri, 22 Dec 2017 12:32:56 -0500 X-Google-Smtp-Source: ACJfBosYjwGTRZu+st4MYyiY2rWwBNgfJwhieUrsHZYxv4FJxj6zsS6KIJliQ01uLJg2kL/ga7pAfA== Date: Fri, 22 Dec 2017 09:32:52 -0800 From: Brian Norris To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Sukumar Ghorai , Amit K Bag , Oliver Neukum , Marcel Holtmann , Matthias Kaehlcke , Guenter Roeck Subject: Re: [PATCH 4.4 75/78] Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature" Message-ID: <20171222173250.GA127515@google.com> References: <20171222084556.909780563@linuxfoundation.org> <20171222084605.397163294@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171222084605.397163294@linuxfoundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1711 Lines: 56 Hi, On Fri, Dec 22, 2017 at 09:46:56AM +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Greg Kroah-Hartman > > This reverts commit ffc7565746bb2fc063fc0f484c55ef6d8951a6ee which is > commit a0085f2510e8976614ad8f766b209448b385492f upstream. > > It causes problems with working systems, as noted by a number of the > ChromeOS developers. > > Cc: Sukumar Ghorai > Cc: Amit K Bag > Cc: Oliver Neukum > Cc: Marcel Holtmann > Cc: Matthias Kaehlcke > Reported-by: Guenter Roeck > Reported-by: Brian Norris > Signed-off-by: Greg Kroah-Hartman FWIW: Acked-by: Brian Norris Thanks for working past the confusion. > --- > drivers/bluetooth/btusb.c | 5 ----- > 1 file changed, 5 deletions(-) > > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -1050,10 +1050,6 @@ static int btusb_open(struct hci_dev *hd > return err; > > data->intf->needs_remote_wakeup = 1; > - /* device specific wakeup source enabled and required for USB > - * remote wakeup while host is suspended > - */ > - device_wakeup_enable(&data->udev->dev); > > if (test_and_set_bit(BTUSB_INTR_RUNNING, &data->flags)) > goto done; > @@ -1117,7 +1113,6 @@ static int btusb_close(struct hci_dev *h > goto failed; > > data->intf->needs_remote_wakeup = 0; > - device_wakeup_disable(&data->udev->dev); > usb_autopm_put_interface(data->intf); > > failed: > >