diff options
| author | Maximilian Luz <[email protected]> | 2021-05-23 13:45:26 +0000 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2021-06-16 15:47:50 +0000 |
| commit | e978858b4214b1abde9fa650e3112a438d61791c (patch) | |
| tree | 38622e5e4badee1d15cab69b2e8e65487e7ee232 /drivers/platform/surface/surface_aggregator_registry.c | |
| parent | platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and ... (diff) | |
| download | kernel-e978858b4214b1abde9fa650e3112a438d61791c.tar.gz kernel-e978858b4214b1abde9fa650e3112a438d61791c.zip | |
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]>
Diffstat (limited to 'drivers/platform/surface/surface_aggregator_registry.c')
| -rw-r--r-- | drivers/platform/surface/surface_aggregator_registry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/surface/surface_aggregator_registry.c b/drivers/platform/surface/surface_aggregator_registry.c index 685d37a7add1..bdc09305aab7 100644 --- a/drivers/platform/surface/surface_aggregator_registry.c +++ b/drivers/platform/surface/surface_aggregator_registry.c @@ -156,7 +156,7 @@ static const struct software_node *ssam_node_group_sl2[] = { NULL, }; -/* Devices for Surface Laptop 3. */ +/* Devices for Surface Laptop 3 and 4. */ static const struct software_node *ssam_node_group_sl3[] = { &ssam_node_root, &ssam_node_bat_ac, @@ -521,7 +521,7 @@ static const struct acpi_device_id ssam_platform_hub_match[] = { /* Surface Laptop 3 (13", Intel) */ { "MSHW0114", (unsigned long)ssam_node_group_sl3 }, - /* Surface Laptop 3 (15", AMD) */ + /* Surface Laptop 3 (15", AMD) and 4 (15", AMD) */ { "MSHW0110", (unsigned long)ssam_node_group_sl3 }, /* Surface Laptop Go 1 */ |
