drivers/platform/x86/intel/int1092

Intel Dynamic SAR control for M.2 WWAN modems (INTC1092)

Platform glue for Intel cellular M.2 modems found in WWAN-equipped laptops, exposing the firmware's Dynamic SAR (Specific Absorption Rate) controls so the system can adjust radio transmit power based on proximity sensors and regulatory regions. OEMs such as HP ship it under the "Wireless CCD" name on business laptops with built-in 4G/5G modems.

keep-annotate conf=0.80 deploy=low replacement=none subsystem=platform category=platform-vendor
80%

recommendation

Worth keeping but documenting as a niche feature: it serves a small slice of laptops (those with Intel WWAN modems and dynamic SAR), but the code is actively maintained, received fixes and cleanups as recently as 2023, and exposes a documented sysfs interface that userspace tooling depends on. OEM driver packages dated 2025 suggest the underlying hardware is still being sold, so removal would risk breaking real systems despite the limited deployment footprint.

repository signals

4 files
407 source lines
8 commits, 5y
+447 / −25 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 8 total · active in 6/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: 1 commit · +417 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +15 −8 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: 1 commit · +7 −8 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +2 −3 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: 1 commit · +1 −1 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: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +5 −5 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lists.openwall.net

    Upstream patch traffic for int1092 was still landing in 2023, including a functional ACPI _DSM fix for this driver.

  2. spinics.net

    The driver also saw platform/x86 maintenance cleanup in 2023, indicating it is not abandoned in-tree.

  3. cateee.net

    LKDDb shows CONFIG_INTEL_SAR_INT1092 present from Linux 5.15 through current HEAD and bound to ACPI ID INTC1092 as module intel_sar.

  4. docs.kernel.org

    Kernel documentation carries a testing ABI entry for /sys/bus/platform/devices/INTC1092:00/intc_reg and intc_data, showing an exposed userspace contract.

  5. treexy.com

    ACPI\INTC1092 appears in OEM Windows driver distribution as 'Wireless CCD' with 2025-dated HP packages, suggesting continuing OEM deployment on WWAN-capable laptops into 2025.

codex reasoning notes (technical)

Local inspection via exec_command showed a real platform driver with ACPI match INTC1092 and SAR/WWAN sysfs hooks, for Intel M.2 modem dynamic SAR control. Lore-oriented web searches surfaced maintenance/fix patches in 2023 but no removal discussion; that argues against deprecation. The LKDDb page was obtained by web search and confirms the driver remains enabled through current kernel HEAD. The kernel ABI page was obtained by web search and shows published sysfs ABI, so removal would risk userspace breakage. The HP Wireless CCD page was obtained by web search; it is weaker than a vendor product matrix but is useful deployment evidence that INTC1092-backed hardware was still shipping/supporting systems in 2025. Overall this looks niche but live: keep the driver, annotate it as low-deployment WWAN laptop support rather than broadly used platform code.