Skip to content

Commit

Permalink
platform/surface: aggregator_registry: Add support for Surface Laptop…
Browse files Browse the repository at this point in the history
… Go 3

Add SAM client device nodes for the Surface Laptop Go 3. It seems to use
the same SAM client devices as the Surface Laptop Go 1 and 2, so re-use
their node group.

Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
  • Loading branch information
qzed committed Oct 22, 2023
1 parent aa90b07 commit c119659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/platform/surface/surface_aggregator_registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
/* Surface Laptop Go 2 */
{ "MSHW0290", (unsigned long)ssam_node_group_slg1 },

/* Surface Laptop Go 3 */
{ "MSHW0440", (unsigned long)ssam_node_group_slg1 },

/* Surface Laptop Studio */
{ "MSHW0123", (unsigned long)ssam_node_group_sls },

Expand Down

0 comments on commit c119659

Please sign in to comment.