drivers/platform/x86

x86 OEM laptop and platform firmware drivers (ACPI/WMI vendor extensions)

A large collection of small drivers handling vendor-specific extras on x86 laptops from ASUS, Dell, HP, Lenovo, Acer, MSI, Samsung, Toshiba and others: hotkeys, function-key LEDs, fan profiles, battery charge thresholds, camera-privacy switches, rfkill toggles and similar ACPI/WMI firmware features that aren't covered by generic standards.

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

recommendation

It should stay because this is one of the most actively maintained corners of the kernel and directly supports laptops being sold new in 2025 and 2026. Recent traffic on the platform-driver-x86 mailing list shows fixes and quirks still landing for current ASUS Zenbook and Vivobook models, and major OEMs continue to ship new hardware that depends on these drivers for basic usability features like hotkeys and LEDs.

repository signals

322 files
149,776 source lines
2,634 commits, 5y
+108,246 / −38,586 lines added / removed, 5y
391 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 2,634 total · active in 60/61 months
2021 2022 2023 2024 2025 2026 2021-04: 8 commits · +45 −100 2021-05: 32 commits · +1,955 −230 2021-06: 36 commits · +1,477 −125 2021-07: 14 commits · +610 −84 2021-08: 65 commits · +1,862 −1,080 2021-09: 58 commits · +1,911 −493 2021-10: 48 commits · +4,208 −770 2021-11: 43 commits · +1,334 −312 2021-12: 41 commits · +3,269 −382 2022-01: 24 commits · +575 −255 2022-02: 33 commits · +2,732 −886 2022-03: 26 commits · +984 −377 2022-04: 22 commits · +299 −90 2022-05: 22 commits · +1,064 −65 2022-06: 64 commits · +811 −600 2022-07: 28 commits · +576 −136 2022-08: 66 commits · +2,247 −596 2022-09: 37 commits · +1,662 −323 2022-10: 17 commits · +321 −214 2022-11: 54 commits · +2,271 −1,423 2022-12: 23 commits · +225 −79 2023-01: 39 commits · +425 −255 2023-02: 56 commits · +4,099 −1,881 2023-03: 93 commits · +4,013 −572 2023-04: 64 commits · +1,670 −531 2023-05: 25 commits · +660 −139 2023-06: 58 commits · +7,125 −476 2023-07: 50 commits · +2,049 −450 2023-08: 44 commits · +751 −186 2023-09: 33 commits · +571 −230 2023-10: 56 commits · +1,747 −378 2023-11: 44 commits · +2,702 −342 2023-12: 73 commits · +3,441 −700 2024-01: 39 commits · +1,317 −558 2024-02: 51 commits · +706 −409 2024-03: 52 commits · +916 −146 2024-04: 89 commits · +3,239 −1,219 2024-05: 41 commits · +1,952 −381 2024-06: 37 commits · +562 −438 2024-07: 36 commits · +696 −531 2024-08: 33 commits · +1,614 −222 2024-09: 21 commits · +336 −320 2024-10: 55 commits · +2,036 −1,373 2024-11: 46 commits · +1,303 −626 2024-12: 57 commits · +1,298 −504 2025-01: 51 commits · +1,365 −7,579 2025-02: 53 commits · +4,681 −2,253 2025-03: 33 commits · +1,272 −398 2025-04: 80 commits · +4,183 −990 2025-05: 46 commits · +1,952 −549 2025-06: 53 commits · +1,273 −854 2025-07: 55 commits · +4,031 −285 2025-08: 27 commits · +1,205 −357 2025-09: 54 commits · +1,656 −697 2025-10: 25 commits · +432 −138 2025-11: 62 commits · +6,350 −2,012 2025-12: 27 commits · +346 −110 2026-01: 65 commits · +3,129 −571 2026-02: 31 commits · +501 −297 2026-03: 19 commits · +204 −9 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    The directory is the kernel's 'X86 Platform Specific Device Drivers' menu and explicitly covers vendor-specific laptop extension drivers.

  2. lore.kernel.org

    As of 2026-04-09 the subsystem was still receiving model-specific fixes, here for ASUS Zenbook S14 camera-key LED handling.

  3. lore.kernel.org

    As of 2026-03-21 new quirks were still being added for current ASUS laptop models, here Vivobook X7400PC.

  4. asus.com

    ASUS announced U.S. availability of its latest 2026 Zenbook lineup, showing hardware families covered by platform/x86 ASUS drivers are still sold new.

  5. asus.com

    The Zenbook S14 product page shows a current ASUS laptop line that matches recent platform/x86 ASUS support activity.

codex reasoning notes (technical)

Keep: this is an active umbrella driver directory for current OEM x86 laptops and platform firmware features, not a stranded legacy driver. Evidence came from local shell reads of drivers/platform/x86/Kconfig and Makefile, mapped to the canonical kernel.org tree URL; lore_activity on drivers/platform/x86/asus-wmi.c yielded the two lore URLs showing March-April 2026 fixes/quirks for current ASUS machines; web search returned the two ASUS URLs showing those laptop lines are still marketed. I attempted removal-signal searches with lore_regex and lore_substr_subject for remove/deprecate/obsolete on platform-driver-x86, but they timed out rather than producing evidence of an active removal effort.