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 593ced7 commit 7cbc1faCopy full SHA for 7cbc1fa
drivers/platform/surface/surface_aggregator_registry.c
@@ -74,6 +74,12 @@ static const struct software_node ssam_node_tmp_pprof = {
74
.parent = &ssam_node_root,
75
};
76
77
+/* Fan control system. */
78
+static const struct software_node ssam_node_fan = {
79
+ .name = "ssam:01:05:01:01:00",
80
+ .parent = &ssam_node_root,
81
+};
82
+
83
/* Tablet-mode switch via KIP subsystem. */
84
static const struct software_node ssam_node_kip_tablet_switch = {
85
.name = "ssam:01:0e:01:00:01",
@@ -319,6 +325,7 @@ static const struct software_node *ssam_node_group_sp9[] = {
319
325
&ssam_node_bat_ac,
320
326
&ssam_node_bat_main,
321
327
&ssam_node_tmp_pprof,
328
+ &ssam_node_fan,
322
329
&ssam_node_pos_tablet_switch,
323
330
&ssam_node_hid_kip_keyboard,
324
331
&ssam_node_hid_kip_penstash,
0 commit comments