AMD Sensor Fusion Hub (SFH) for Ryzen laptops
An on-die sensor hub built into AMD Ryzen mobile processors (17h family and newer) that aggregates motion, orientation, ambient-light, and human-presence sensors on laptops and tablets, exposing them to the OS as HID devices for things like screen rotation, adaptive brightness, and presence-based wake.
recommendation
It should stay because the AMD Sensor Fusion Hub is still present on Ryzen mobile silicon that AMD is actively shipping in 2025, including current Ryzen AI 300 and Ryzen 7000 mobile parts. The code is under active maintenance, with fixes landing in 2026 and being picked up into stable kernels, and no other driver covers this hardware block.
repository signals
sources
- git.kernel.org
Upstream Kconfig identifies this as the AMD Sensor Fusion Hub driver and says it supports AMD platforms starting from 17h-family Ryzen parts.
- lore.kernel.org
The driver received a bug-fix patch in April 2026 ('dont log error when device discovery fails with -EOPNOTSUPP'), showing active maintenance and stable backport interest.
- lore.kernel.org
Linux 6.19.14 touched amd_sfh_pcie.c in April 2026, indicating the code is still live in current stable maintenance.
- amd.com
AMD's current mobile chipset driver page still supports modern Ryzen mobile families, including Ryzen AI 300 and Ryzen 7000 mobile processors.
- amd.com
AMD is still marketing new Ryzen laptop processors in 2026, so the laptop platform class this driver serves remains in new-device sales.
codex reasoning notes (technical)
Real PCI/HID driver directory, not a helper library. `lore_file_timeline` on amd_sfh_pcie.c showed fresh 2026 activity and stable backports, with no positive evidence of removal. The Kconfig URL is canonical recall of the upstream tree to identify scope: Ryzen-family AMD Sensor Fusion Hub on laptops/tablets. Web search found AMD's current chipset-support page and current Ryzen laptop product page, supporting that this hardware class is still shipping new. Use case is niche compared with generic HID, but still relevant on modern Ryzen laptops with motion/orientation sensors, and there is no natural replacement driver for the same hardware block.