platform/x86: huawei-wmi: Add quirks and module parameters
authorAyman Bagabas <ayman.bagabas@gmail.com>
Tue, 24 Sep 2019 02:48:07 +0000 (22:48 -0400)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Oct 2019 07:55:08 +0000 (10:55 +0300)
commit8a480c108fe8818a2e18ddf6bfc0a200317e7a4b
treefeb95292a5f23c1aa1d053ac491f935912621da6
parent1ac9abeb2e5bf92780f77326ab59a0e211fa79b8
platform/x86: huawei-wmi: Add quirks and module parameters

Introduce quirks and module parameters. 3 quirks are added:
1. Fixes reporting brightness keys twice since it's already handled by
   acpi-video.
2. Some models need a short delay when setting battery thresholds to
   prevent a race condition when two processes read/write. (will be used later)
3. Matebook X (2017) handles micmute led through the "legacy" interface
   which is not currently implemented. Use ACPI EC method to control
   this led. (will be used later)

2 module parameters are added to enable this short delay and/or report
  brightness keys through this driver.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/huawei-wmi.c