Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1301730

Re: [PATCH] platform/x86: Add Asus Wireless Radio Control driver

From Darren Hart <dvhart@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] platform/x86: Add Asus Wireless Radio Control driver
Date 2016-01-05 18:30 +0100
Message-ID <qNDAL-5X5-27@gated-at.bofh.it> (permalink)
References <qNAjx-3vz-9@gated-at.bofh.it> <qNCv0-5eI-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <jprvita@endlessm.com>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

Queued to testing, thanks!

-- 
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] platform/x86: Add Asus Wireless Radio Control driver "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-01-05 14:30 +0100
  Re: [PATCH 1/2] platform/x86: Add Asus Wireless Radio Control driver Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-05 15:00 +0100
    [PATCH] platform/x86: Add Asus Wireless Radio Control driver "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-01-05 17:20 +0100
      Re: [PATCH] platform/x86: Add Asus Wireless Radio Control driver Darren Hart <dvhart@infradead.org> - 2016-01-05 18:30 +0100

csiph-web