We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5ee8d commit f68aaf8Copy full SHA for f68aaf8
drivers/platform/surface/surface_aggregator_registry.c
@@ -71,6 +71,12 @@ static const struct software_node ssam_node_tmp_pprof = {
71
.parent = &ssam_node_root,
72
};
73
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
+
80
/* Devices for Surface Book 2. */
81
static const struct software_node *ssam_node_group_sb2[] = {
82
&ssam_node_root,
@@ -86,6 +92,7 @@ static const struct software_node *ssam_node_group_sb3[] = {
86
92
&ssam_node_bat_main,
87
93
&ssam_node_bat_sb3base,
88
94
&ssam_node_tmp_pprof,
95
+ &ssam_node_bas_dtx,
89
96
NULL,
90
97
91
98
0 commit comments