[PATCH v1] platform/x86: Huawei laptop extras driver

2019-06-13 Thread Ayman Bagabas
This patch introduces new features to the driver and also moves the driver from wmi_driver to platform_driver. This move is necessary because the driver is no longer only a hotkeys driver and platform_driver offers easier future extensibility. The patch introduces a WMI BIOS interface that brings

Re: [PATCH v1] platform/x86: Huawei laptop extras driver

2019-05-23 Thread ayman . bagabas
I'm really sorry, I just realized the changes are a lot and unreadable. Changes should be splitted into a series and resubmitted. On Thu, 2019-05-23 at 05:31 -0400, Ayman Bagabas wrote: > This patch introduces new features to the driver and also moves the > driver from wmi_driver to platform_drive

[PATCH v1] platform/x86: Huawei laptop extras driver

2019-05-23 Thread Ayman Bagabas
This patch introduces new features to the driver and also moves the driver from wmi_driver to platform_driver. This move is necessary because the driver is no longer only a hotkeys driver and platform_driver offers easier future extensibility. The patch introduces a WMI BIOS interface that brings