Skip to content

Commit 2f26dc0

Browse files
qzedjwrdegoede
authored andcommitted
platform/surface: aggregator_registry: Add support for 13" Intel Surface Laptop 4
Add support for the 13" Intel version of the Surface Laptop 4. Use the existing node group for the Surface Laptop 3 since the 15" AMD version already shares its WSID HID with its predecessor and there don't seem to be any significant differences with regards to SAM. 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 5fafeeb commit 2f26dc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
524524
/* Surface Laptop 3 (15", AMD) and 4 (15", AMD) */
525525
{ "MSHW0110", (unsigned long)ssam_node_group_sl3 },
526526

527+
/* Surface Laptop 4 (13", Intel) */
528+
{ "MSHW0250", (unsigned long)ssam_node_group_sl3 },
529+
527530
/* Surface Laptop Go 1 */
528531
{ "MSHW0118", (unsigned long)ssam_node_group_slg1 },
529532

0 commit comments

Comments
 (0)