Skip to content

Commit f68aaf8

Browse files
qzedjwrdegoede
authored andcommitted
platform/surface: aggregator_registry: Add DTX device
Add the detachment system (DTX) SSAM device for the Surface Book 3. This device is accessible under the base (TC=0x11) subsystem. Signed-off-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 7b5ee8d commit f68aaf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ static const struct software_node ssam_node_tmp_pprof = {
7171
.parent = &ssam_node_root,
7272
};
7373

74+
/* DTX / detachment-system device (Surface Book 3). */
75+
static const struct software_node ssam_node_bas_dtx = {
76+
.name = "ssam:01:11:01:00:00",
77+
.parent = &ssam_node_root,
78+
};
79+
7480
/* Devices for Surface Book 2. */
7581
static const struct software_node *ssam_node_group_sb2[] = {
7682
&ssam_node_root,
@@ -86,6 +92,7 @@ static const struct software_node *ssam_node_group_sb3[] = {
8692
&ssam_node_bat_main,
8793
&ssam_node_bat_sb3base,
8894
&ssam_node_tmp_pprof,
95+
&ssam_node_bas_dtx,
8996
NULL,
9097
};
9198

0 commit comments

Comments
 (0)