drivers/platform/x86/tuxedo/nb04

TUXEDO Sirius 16 NB04 laptop platform support

Vendor-specific platform glue for TUXEDO Computers' Sirius 16 Gen1 and Gen2 AMD-based gaming and creator laptops, sold from roughly 2024 through 2025. It exposes the machines' per-key RGB keyboard backlight and other firmware features to Linux through the laptop's WMI interface and the standard HID LampArray protocol.

keep conf=0.84 last_sold=2025 deploy=low replacement=none subsystem=platform category=platform-vendor
84%

recommendation

It should stay because the code was only just merged upstream in spring 2025 (v9 in April, a Kconfig fix in May) and the Sirius 16 Gen2 was still a current shipping product through 2025. Linux-friendly vendor TUXEDO is actively maintaining the driver, and there is no generic alternative for the keyboard backlight and platform features it exposes, so dropping it would regress real, recently sold hardware.

repository signals

5 files
1,123 source lines
2 commits, 5y
+1,150 / −0 lines added / removed, 5y
1 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2 total · active in 2/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: 1 commit · +1,148 −0 2025-05: 1 commit · +2 −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: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lwn.net

    Patch v9 on 2025-04-25 shows active upstream work for drivers/platform/x86/tuxedo/nb04 and creation of the NB04 driver files.

  2. spinics.net

    Patch text states the driver targets TUXEDO Sirius 16 Gen1 and Gen2 devices and exposes their per-key RGB keyboard backlight via WMI/LampArray.

  3. spinics.net

    A follow-up patch on 2025-05-12 fixes TUXEDO platform Kconfig, indicating immediate post-introduction maintenance rather than abandonment.

  4. tuxedocomputers.com

    Vendor product page shows Sirius 16 Gen1 as archived and sold out.

  5. tuxedocomputers.com

    Vendor product page shows Sirius 16 Gen2 existed as a shipping product and is now archived, supporting recent real hardware deployment.

codex reasoning notes (technical)

Shell `rg` on the directory showed real WMI/HID driver code for TUXEDO NB04 notebooks, not helper-only code. Web search found LWN/spinics patch traffic from Apr-May 2025, including the initial v9 upstreaming and a follow-up fix, so lore-visible activity is recent and constructive, with no removal evidence found in targeted web lore searches. Web search also found vendor pages for Sirius 16 Gen1/Gen2; both are archived by 2026, but Gen2 was clearly a current shipping product during 2024-2025, so hardware was still sold new in 2025. This is niche laptop hardware, so deployments today are low, but there is no obvious upstream replacement for this vendor-specific WMI keyboard/backlight path.