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

2017-11-20 Thread Chris Chiu
On Mon, Nov 20, 2017 at 8:24 PM, Andy Shevchenko wrote: > On Mon, Nov 20, 2017 at 8:31 AM, Chris Chiu wrote: >> On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko >> wrote: >>> On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu

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

2017-11-20 Thread Chris Chiu
On Mon, Nov 20, 2017 at 8:24 PM, Andy Shevchenko wrote: > On Mon, Nov 20, 2017 at 8:31 AM, Chris Chiu wrote: >> On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko >> wrote: >>> On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: > + +struct acer_wireless_data { + struct

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

2017-11-20 Thread Andy Shevchenko
On Mon, Nov 20, 2017 at 8:31 AM, Chris Chiu wrote: > On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko > wrote: >> On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: >>> + >>> +struct acer_wireless_data { >>> + struct

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

2017-11-20 Thread Andy Shevchenko
On Mon, Nov 20, 2017 at 8:31 AM, Chris Chiu wrote: > On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko > wrote: >> On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: >>> + >>> +struct acer_wireless_data { >>> + struct input_dev *idev; >> >>> + struct acpi_device *adev; >> >> Do you

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

2017-11-19 Thread Chris Chiu
On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko wrote: > On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: >> New Acer laptops in 2018 will have a separate ACPI device for >> notifications from the airplane mode hotkey. The device name in >> the

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

2017-11-19 Thread Chris Chiu
On Fri, Nov 17, 2017 at 10:25 PM, Andy Shevchenko wrote: > On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: >> New Acer laptops in 2018 will have a separate ACPI device for >> notifications from the airplane mode hotkey. The device name in >> the DSDT is SMKB and its ACPI _HID is 10251229. >>

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

2017-11-17 Thread Andy Shevchenko
On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: > New Acer laptops in 2018 will have a separate ACPI device for > notifications from the airplane mode hotkey. The device name in > the DSDT is SMKB and its ACPI _HID is 10251229. > > For these models, when the airplane mode

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

2017-11-17 Thread Andy Shevchenko
On Thu, Nov 16, 2017 at 3:44 PM, Chris Chiu wrote: > New Acer laptops in 2018 will have a separate ACPI device for > notifications from the airplane mode hotkey. The device name in > the DSDT is SMKB and its ACPI _HID is 10251229. > > For these models, when the airplane mode hotkey (Fn+F3)

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

2017-11-16 Thread Chris Chiu
New Acer laptops in 2018 will have a separate ACPI device for notifications from the airplane mode hotkey. The device name in the DSDT is SMKB and its ACPI _HID is 10251229. For these models, when the airplane mode hotkey (Fn+F3) pressed, a query 0x02 is started in the Embedded Controller, and

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

2017-11-16 Thread Chris Chiu
New Acer laptops in 2018 will have a separate ACPI device for notifications from the airplane mode hotkey. The device name in the DSDT is SMKB and its ACPI _HID is 10251229. For these models, when the airplane mode hotkey (Fn+F3) pressed, a query 0x02 is started in the Embedded Controller, and