drivers/platform/x86/dell

Dell and Alienware laptop and desktop platform drivers

A collection of vendor-specific control modules for Dell and Alienware PCs that expose hotkeys, fan and thermal profiles, RGB lighting, BIOS attribute configuration, and other firmware features through Dell's WMI and SMBIOS interfaces. They cover everything from mainstream Dell business laptops to current Alienware gaming machines like the m18.

keep conf=0.93 last_sold=2025 deploy=high replacement=none subsystem=platform category=platform-vendor
93%

recommendation

It should stay because Dell and Alienware are still shipping new hardware that depends on these modules, and the code is being actively maintained: cleanups, bug fixes, and new feature work such as G-Mode support for the Alienware m18 have all landed recently. There is no generic replacement, so dropping it would break BIOS configuration tools like Dell Command | Configure and leave thermal, lighting, and firmware controls inaccessible on a large installed base.

repository signals

38 files
14,507 source lines
207 commits, 5y
+7,752 / −3,105 lines added / removed, 5y
58 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 207 total · active in 50/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 7 commits · +550 −28 2021-06: 3 commits · +3 −4 2021-07: 0 commits · +0 −0 2021-08: 5 commits · +24 −90 2021-09: 2 commits · +67 −12 2021-10: 1 commit · +1 −0 2021-11: 1 commit · +1 −1 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +1 −1 2022-03: 1 commit · +87 −63 2022-04: 1 commit · +13 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +0 −1 2022-07: 1 commit · +3 −9 2022-08: 2 commits · +4 −1 2022-09: 3 commits · +384 −6 2022-10: 0 commits · +0 −0 2022-11: 3 commits · +18 −9 2022-12: 3 commits · +47 −35 2023-01: 6 commits · +32 −14 2023-02: 5 commits · +505 −9 2023-03: 3 commits · +48 −7 2023-04: 1 commit · +5 −8 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +7 −6 2023-07: 1 commit · +4 −3 2023-08: 1 commit · +6 −3 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +1 −3 2023-12: 3 commits · +122 −55 2024-01: 1 commit · +0 −6 2024-02: 2 commits · +1 −4 2024-03: 2 commits · +1 −2 2024-04: 0 commits · +0 −0 2024-05: 6 commits · +817 −86 2024-06: 1 commit · +3 −1 2024-07: 0 commits · +0 −0 2024-08: 4 commits · +358 −83 2024-09: 1 commit · +1 −12 2024-10: 13 commits · +447 −93 2024-11: 5 commits · +129 −29 2024-12: 14 commits · +330 −96 2025-01: 16 commits · +348 −337 2025-02: 15 commits · +1,653 −1,408 2025-03: 13 commits · +967 −216 2025-04: 13 commits · +320 −76 2025-05: 4 commits · +169 −41 2025-06: 10 commits · +42 −28 2025-07: 5 commits · +31 −17 2025-08: 1 commit · +5 −3 2025-09: 3 commits · +18 −0 2025-10: 2 commits · +14 −2 2025-11: 8 commits · +90 −155 2025-12: 3 commits · +32 −0 2026-01: 1 commit · +1 −1 2026-02: 5 commits · +41 −39 2026-03: 1 commit · +0 −1 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Dell WMI sysman code was still being actively cleaned up in February 2026, indicating maintained in-tree support rather than abandonment.

  2. lore.kernel.org

    A 2026 fix for a dell-wmi-sysman kobject leak reached stable, showing real bug-fix traffic and downstream relevance.

  3. lore.kernel.org

    Alienware WMAX support gained G-Mode support for m18 laptops in 2026, showing enablement for current Dell/Alienware hardware rather than legacy-only maintenance.

  4. dell.com

    Dell Command | Configure was updated in March 2026, supports Linux, and requires WMI-ACPI BIOS platforms, matching the continued use of Dell WMI/BIOS management interfaces.

  5. dell.com

    Dell was still selling the Alienware m18 product line, confirming at least part of this driver family's target hardware remained in new-system sales.

codex reasoning notes (technical)

`rg`/`sed` on the tree showed this directory is a live bundle of Dell/Alienware vendor-platform drivers (Dell WMI, SMBIOS, sysman, Alienware WMAX, laptop/PC extras), with Kconfig text explicitly covering Dell machines from 2018+ and current Alienware thermal/LED/platform features. `lore_file_timeline` on `dell-wmi-sysman/sysman.c` showed continuous 2021-2026 activity with rising churn through 2025; `lore_activity` on `dell-laptop.c` and `alienware-wmi-wmax.c` showed recent fixes and current-hardware feature work, not removal. A `lei` subject search could not be completed in this sandbox, but the sampled lore evidence contained no deprecation/removal series. Web search/open on official Dell pages showed ongoing Linux/WMI BIOS tooling and current Alienware sales. Because these are vendor-specific control paths, there is no general upstream replacement driver; removing them would strand active Dell/Alienware platforms.