From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751924AbcAER02 (ORCPT ); Tue, 5 Jan 2016 12:26:28 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:46159 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbcAER00 (ORCPT ); Tue, 5 Jan 2016 12:26:26 -0500 Date: Tue, 5 Jan 2016 09:26:23 -0800 From: Darren Hart To: =?iso-8859-1?Q?Jo=E3o?= Paulo Rechi Vita Cc: Corentin Chary , andy.shevchenko@gmail.com, platform-driver-x86@vger.kernel.org, acpi4asus-user@lists.sourceforge.net, linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Jo=E3o?= Paulo Rechi Vita Subject: Re: [PATCH] platform/x86: Add Asus Wireless Radio Control driver Message-ID: <20160105172623.GG4219@malice.jf.intel.com> References: <1452010613-4673-1-git-send-email-jprvita@endlessm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1452010613-4673-1-git-send-email-jprvita@endlessm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 05, 2016 at 11:16:53AM -0500, Joćo Paulo Rechi Vita wrote: > Some Asus notebooks like the Asus E202SA and the Asus X555UB have a > separate ACPI device for notifications from the airplane mode hotkey. > This device is called "Wireless Radio Control" in Asus websites and ASHS > in the DSDT, and its ACPI _HID is ATK4002 in the two models mentioned > above. > > For these models, when the airplane mode hotkey (Fn+F2) is pressed, a > query 0x0B is started in the Embedded Controller, and all this query does > is a notify ASHS with the value 0x88 (for acpi_osi >= "Windows 2012"): > > Scope (_SB.PCI0.SBRG.EC0) > { > (...) > Method (_Q0B, 0, NotSerialized) // _Qxx: EC Query > { > If ((MSOS () >= OSW8)) > { > Notify (ASHS, 0x88) // Device-Specific > } > Else > { > (...) > } > } > } > > Signed-off-by: Joćo Paulo Rechi Vita > Reviewed-by: Andy Shevchenko Queued to testing, thanks! -- Darren Hart Intel Open Source Technology Center