drivers/hid/intel-thc-hid/intel-quicki2c

Intel Touch Host Controller QuickI2C touchscreen and touchpad transport

A transport layer for HID-over-I2C touchpads and touchscreens connected through Intel's Touch Host Controller, an on-chip block found in recent Intel laptop platforms such as the Core Ultra 200V "Lunar Lake" series. It replaces the generic I2C-HID path with one that uses the THC's PCI/ACPI interface and DMA accelerator for lower-latency input on thin-and-light notebooks shipping from 2024 onward.

keep conf=0.90 deploy=low replacement=none subsystem=hid category=input-hid
90%

recommendation

It should stay because this is a brand-new driver, first merged in January 2025 and still gaining device IDs in 2026, that handles a transport unique to recent Intel laptop chipsets (Lunar Lake and successors). The generic i2c-hid driver does not cover the THC accelerator path, so there is no upstream replacement, and Intel is actively shipping new hardware that depends on it.

repository signals

6 files
1,768 source lines
28 commits, 5y
+1,946 / −178 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 28 total · active in 9/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: 8 commits · +1,586 −11 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −6 2025-05: 5 commits · +204 −103 2025-06: 1 commit · +1 −1 2025-07: 0 commits · +0 −0 2025-08: 3 commits · +7 −0 2025-09: 1 commit · +53 −10 2025-10: 2 commits · +1 −4 2025-11: 0 commits · +0 −0 2025-12: 5 commits · +81 −43 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 2 commits · +12 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Initial Intel QuickI2C driver skeleton landed in January 2025, showing this is a newly introduced upstream driver rather than legacy code.

  2. git.kernel.org

    The driver was still receiving enablement work in March 2026, adding NVL device IDs.

  3. cateee.net

    LKDDb lists CONFIG_INTEL_QUICKI2C in kernels 6.14 through 6.19-rc+HEAD and maps it to Intel THC PCI IDs including Lunar Lake-M Touch Host Controller devices.

  4. intel.com

    Intel documents Core Ultra 200V series processors (Lunar Lake) as current thin-and-light notebook products, supporting that the matched THC-based hardware family was sold new in 2025.

codex reasoning notes (technical)

Local source inspection shows PCI/ACPI HID-over-I2C code for Intel THC, so this is a real driver. Commit hashes were obtained with shell `git log`; kernel.org commit URLs were then formed from those hashes (canonical recall). The LKDDb and Intel product URLs were obtained via `web.search_query`. A web search for lore removal/deprecation discussion produced no hits, while local git history shows sustained feature and ID additions through 2026; that points to an actively growing platform driver, not an obsolescence candidate. Deployment is `low` because this is limited to newer Intel laptop touch/touchpad designs, but it is clearly not legacy-only. No natural upstream replacement exists for THC QuickI2C; generic `i2c-hid` does not cover the THC transport/accelerator path.