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 e68671e commit 5fafeebCopy full SHA for 5fafeeb
drivers/platform/surface/surface_aggregator_registry.c
@@ -156,7 +156,7 @@ static const struct software_node *ssam_node_group_sl2[] = {
156
NULL,
157
};
158
159
-/* Devices for Surface Laptop 3. */
+/* Devices for Surface Laptop 3 and 4. */
160
static const struct software_node *ssam_node_group_sl3[] = {
161
&ssam_node_root,
162
&ssam_node_bat_ac,
@@ -521,7 +521,7 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
521
/* Surface Laptop 3 (13", Intel) */
522
{ "MSHW0114", (unsigned long)ssam_node_group_sl3 },
523
524
- /* Surface Laptop 3 (15", AMD) */
+ /* Surface Laptop 3 (15", AMD) and 4 (15", AMD) */
525
{ "MSHW0110", (unsigned long)ssam_node_group_sl3 },
526
527
/* Surface Laptop Go 1 */
0 commit comments