drivers/platform/x86/uniwill

Uniwill and TUXEDO laptop platform extras

Vendor-specific platform support for Uniwill-built laptops, including TUXEDO Computers models such as the InfinityBook Pro 15. It exposes laptop features that ride on the embedded controller and ACPI/WMI interfaces, including fan and temperature monitoring, battery charge limits, RGB lightbar, keyboard backlight, and special function keys.

keep conf=0.95 deploy=low replacement=none subsystem=platform category=platform-vendor
95%

recommendation

It should stay because the driver is actively maintained, with feature additions and fixes landing in late 2025 and early 2026, and TUXEDO Computers still sells current Uniwill-based laptops like the InfinityBook Pro 15 Gen9. No other in-tree driver covers this vendor's embedded controller and WMI surface, so removal would leave current hardware without working hotkeys, fan monitoring, charge limits, and lightbar control.

repository signals

5 files
2,422 source lines
12 commits, 5y
+2,561 / −93 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 12 total · active in 4/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 3 commits · +2,180 −1 2025-12: 1 commit · +7 −0 2026-01: 2 commits · +294 −52 2026-02: 6 commits · +80 −40 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. patch.msgid.link

    Initial upstream submission adds the Uniwill laptop driver, describes it as supporting Uniwill/OEM laptops, and lists feature scope such as hwmon, battery charge limiting, lightbar, and keyboard controls.

  2. patch.msgid.link

    January 2026 upstream patch extends the driver with a device descriptor system for future device-specific additions, indicating active feature growth rather than retirement.

  3. patch.msgid.link

    February 2026 upstream patch handles FN lock events, showing current bug-fix/feature maintenance with review in platform/x86.

  4. tuxedocomputers.com

    TUXEDO still marketed the InfinityBook Pro 15 Gen9 as a current configurable product, showing at least some supported Uniwill-based hardware remained sold new after 2025.

  5. cateee.net

    LKDDb lists CONFIG_UNIWILL_LAPTOP in mainline kernels 6.19 and 7.0-rc+HEAD with module name uniwill-laptop and matching ACPI/platform IDs.

codex reasoning notes (technical)

Local source inspection showed a real platform driver with ACPI/WMI hooks and DMI matching for OEM laptops. Upstream activity was obtained via `git -c safe.directory=... log --stat --follow -- drivers/platform/x86/uniwill`; the cited patch.msgid URLs came directly from those commit messages and show initial merge plus feature/fix traffic in Jan-Feb 2026, with no removal series seen. Deployment evidence came from `web.search_query`: TUXEDO product pages show supported models including a currently sold InfinityBook Pro 15 Gen9, while BA15 Gen10 appears archived, so present-day deployments look niche/boutique rather than mass-market. No natural in-tree replacement driver covers the same vendor EC/WMI interface, so removal or deprecation is not justified.