Skip to content

Commit 5fafeeb

Browse files
qzedjwrdegoede
authored andcommitted
platform/surface: aggregator_registry: Update comments for 15" AMD Surface Laptop 4
The 15" AMD version of the Surface Laptop 4 shares its WSID HID with the 15" AMD version of the Surface Laptop 3. Update the comments accordingly. 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 e68671e commit 5fafeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static const struct software_node *ssam_node_group_sl2[] = {
156156
NULL,
157157
};
158158

159-
/* Devices for Surface Laptop 3. */
159+
/* Devices for Surface Laptop 3 and 4. */
160160
static const struct software_node *ssam_node_group_sl3[] = {
161161
&ssam_node_root,
162162
&ssam_node_bat_ac,
@@ -521,7 +521,7 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
521521
/* Surface Laptop 3 (13", Intel) */
522522
{ "MSHW0114", (unsigned long)ssam_node_group_sl3 },
523523

524-
/* Surface Laptop 3 (15", AMD) */
524+
/* Surface Laptop 3 (15", AMD) and 4 (15", AMD) */
525525
{ "MSHW0110", (unsigned long)ssam_node_group_sl3 },
526526

527527
/* Surface Laptop Go 1 */

0 commit comments

Comments
 (0)