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.
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
sources
- 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.
- 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.
- patch.msgid.link
February 2026 upstream patch handles FN lock events, showing current bug-fix/feature maintenance with review in platform/x86.
- 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.
- 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.