diff options
author | Maximilian Luz <[email protected]> | 2022-08-10 16:41:17 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2022-08-15 15:04:51 +0200 |
commit | 6b2caaafc5df5f9d8a41679c3ec1bdad3b8fbe14 (patch) | |
tree | 7db4ee61604f8407e13b5aefaf795cd8fc2613ef | |
parent | 06964552928f6e111c2c29a8352ece8345e9cb18 (diff) |
platform/surface: aggregator_registry: Add HID devices for sensors and UCSI client to SP8
Add software nodes for the HID sensor collection and the UCM UCSI HID
client to the Surface Pro 8. In contrast to the type-cover devices,
these devices are directly attached to the SAM controller, without any
hub.
This enables support for HID-based sensors, including the ones used for
automatic screen rotation, on the Surface Pro 8.
Signed-off-by: Maximilian Luz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | drivers/platform/surface/surface_aggregator_registry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/surface/surface_aggregator_registry.c b/drivers/platform/surface/surface_aggregator_registry.c index 9970f89b1411..585911020cea 100644 --- a/drivers/platform/surface/surface_aggregator_registry.c +++ b/drivers/platform/surface/surface_aggregator_registry.c @@ -279,6 +279,8 @@ static const struct software_node *ssam_node_group_sp8[] = { &ssam_node_hid_kip_penstash, &ssam_node_hid_kip_touchpad, &ssam_node_hid_kip_fwupd, + &ssam_node_hid_sam_sensors, + &ssam_node_hid_sam_ucm_ucsi, NULL, }; |