Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655AbdHBJIV (ORCPT ); Wed, 2 Aug 2017 05:08:21 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:38626 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbdHBJIT (ORCPT ); Wed, 2 Aug 2017 05:08:19 -0400 MIME-Version: 1.0 In-Reply-To: <739eedabac12425e8e59f8391da4b607@ausx13mpc120.AMER.DELL.COM> References: <7313224.XbtxUoJtXM@aspire.rjw.lan> <3172146.dPhkKZoKtx@aspire.rjw.lan> <739eedabac12425e8e59f8391da4b607@ausx13mpc120.AMER.DELL.COM> From: =?UTF-8?B?SsOpcsO0bWUgZGUgQnJldGFnbmU=?= Date: Wed, 2 Aug 2017 11:07:36 +0200 Message-ID: Subject: Re: [PATCH] platform/x86: intel-hid: Wake up Dell Latitude 7275 from suspend-to-idle To: Mario Limonciello Cc: andy.shevchenko@gmail.com, "Rafael J. Wysocki" , "Rafael J. Wysocki" , platform-driver-x86@vger.kernel.org, Darren Hart , linux-kernel@vger.kernel.org, ACPI Devel Maling List , Andy Shevchenko , alex.hung@canonical.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v7298RDa007637 Content-Length: 2232 Lines: 59 2017-08-01 19:04 GMT+02:00 : >> -----Original Message----- >> From: Andy Shevchenko [mailto:andy.shevchenko@gmail.com] >> Sent: Tuesday, August 1, 2017 7:37 AM >> To: Rafael J. Wysocki >> Cc: Rafael J. Wysocki ; Platform Driver > x86@vger.kernel.org>; Darren Hart ; LKML > kernel@vger.kernel.org>; Linux ACPI ; Andy >> Shevchenko ; Jérôme de Bretagne >> ; Limonciello, Mario >> ; Alex Hung >> Subject: Re: [PATCH] platform/x86: intel-hid: Wake up Dell Latitude 7275 from >> suspend-to-idle >> >> On Tue, Aug 1, 2017 at 2:56 PM, Rafael J. Wysocki wrote: >> > On Tue, Aug 1, 2017 at 1:21 AM, Andy Shevchenko >> > wrote: >> >> On Tue, Aug 1, 2017 at 12:46 AM, Rafael J. Wysocki wrote: >> >>> On Friday, July 28, 2017 02:06:36 AM Rafael J. Wysocki wrote: >> >> >>> Please note that this change is requisite for >> >>> >> >>> https://patchwork.kernel.org/patch/9873159/ >> >>> >> >>> so are there any objections or concerns? >> >> >> >> Not from my side, >> >> >> >> Acked-by: Andy Shevchenko >> > >> > OK, thanks! >> > >> > I'm going to route it through the PM tree then if that's not a problem. >> >> Mario, are you okay with this change? >> > > Thanks for checking. I spent a little time this morning trying to walk through > the ASL as attached to the Bugzilla entry and I think this is the correct approach. > > Acked-By: Mario Limonciello > > Jérôme, > I have one question though. These events should be happening as a pair. > Press: 0xCE, Release: 0xCF. > What happens with the event on power button release? > Is that showing a message in the log during wakeup from S2I? > > Something like "unknown event 0xCF"? Mario, I confirm that I can see such release events in the logs: intel-hid INT33D5:00: unknown event 0xcf during wakeup from suspend-to-idle. > If so, it would be good to also catch and ignore that too. > > Thanks,