[PATCH v5 0/1] platform/x86: add Acer battery control driver
Jelle van der Waa <[email protected]> Wed, 5 Aug 2026 20:46:41 +0200
| Newsgroups | org.kernel.vger.platform-driver-x86 |
|---|---|
| Message-ID | <[email protected]> |
This patch upstreams a part of the out of tree acer wmi battery specifically the battery charge control and battery temperature. [1] On my Acer Aspire A315-510P battery calibration did not work as expected so for now this is left out. [1] https://github.com/frederik-h/acer-wmi-battery Jelle van der Waa (1): platform/x86: add Acer battery control driver .../wmi/devices/acer-wmi-battery.rst | 70 +++ drivers/platform/x86/Kconfig | 12 + drivers/platform/x86/Makefile | 1 + drivers/platform/x86/acer-wmi-battery.c | 449 ++++++++++++++++++ 4 files changed, 532 insertions(+) create mode 100644 Documentation/wmi/devices/acer-wmi-battery.rst create mode 100644 drivers/platform/x86/acer-wmi-battery.c -- 2.55.0