[PATCH 1/3] platform/surface: aggregator_registry: Remove sensors device for Surface Pro 11
From: Dale Whinham
Date: Sat Aug 29 2026 - 14:33:16 EST
Remove ssam_node_hid_sam_sensors as this device is not present on
Surface Pro 11. This fixes a probe failure in dmesg:
surface_hid 01:15:01:06:00: unexpected descriptor length: got 0, expected 9
surface_hid 01:15:01:06:00: probe with driver surface_hid failed with error -71
Signed-off-by: Dale Whinham <daleyo@xxxxxxxxx>
---
drivers/platform/surface/surface_aggregator_registry.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/platform/surface/surface_aggregator_registry.c b/drivers/platform/surface/surface_aggregator_registry.c
index d37a7e4c6b02..82c2144e10ec 100644
--- a/drivers/platform/surface/surface_aggregator_registry.c
+++ b/drivers/platform/surface/surface_aggregator_registry.c
@@ -415,7 +415,6 @@ static const struct software_node *ssam_node_group_sp11[] = {
&ssam_node_hid_kip_penstash,
&ssam_node_hid_kip_touchpad,
&ssam_node_hid_kip_fwupd,
- &ssam_node_hid_sam_sensors,
&ssam_node_kip_tablet_switch,
NULL,
};
--
2.55.0