Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754147AbdFWCkn (ORCPT ); Thu, 22 Jun 2017 22:40:43 -0400 Received: from mail-it0-f54.google.com ([209.85.214.54]:35468 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752832AbdFWCkl (ORCPT ); Thu, 22 Jun 2017 22:40:41 -0400 MIME-Version: 1.0 In-Reply-To: <2368998.dmCsnrcXZy@aspire.rjw.lan> References: <1979543.KIEJ8uyRaT@aspire.rjw.lan> <3689795.xuIczRHZsl@aspire.rjw.lan> <2026371.DVJN39QYJi@aspire.rjw.lan> <2368998.dmCsnrcXZy@aspire.rjw.lan> From: Linus Torvalds Date: Thu, 22 Jun 2017 19:40:39 -0700 X-Google-Sender-Auth: OVxhH1fkDzJfU0SWLId_L3mOfgk Message-ID: Subject: Re: [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systems To: "Rafael J. Wysocki" Cc: Linux ACPI , Linux PM , Andy Shevchenko , Darren Hart , LKML , Srinivas Pandruvada , Mika Westerberg , Mario Limonciello , Tom Lanyon , =?UTF-8?B?SsOpcsO0bWUgZGUgQnJldGFnbmU=?= , "Zheng, Lv" 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-Length: 627 Lines: 16 On Thu, Jun 22, 2017 at 4:56 PM, Rafael J. Wysocki wrote: > > Some recent Dell laptops, including the XPS13 model numbers 9360 and > 9365, cannot be woken up from suspend-to-idle by pressing the power > button which is unexpected and makes that feature less usable on > those systems. [ details removed ] This looks much more reasonable and more likely to work on future machines too. Of course, who knows what broken machines it will cause problems on, but it sounds like the code now does what it's supposed to and what Win10 does, so maybe it JustWorks(tm). Hah. Anyway - thanks. Linus