Skip to content

Commit 9c8e022

Browse files
qzedij-intel
authored andcommitted
platform/surface: aggregator_registry: Add Support for Surface Pro 10
Add SAM client device nodes for the Surface Pro 10. It seems to use the same SAM client devices as the Surface Pro 9, so re-use its node group. Signed-off-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent d2dfed3 commit 9c8e022

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static const struct software_node *ssam_node_group_sp8[] = {
324324
NULL,
325325
};
326326

327-
/* Devices for Surface Pro 9 */
327+
/* Devices for Surface Pro 9 and 10 */
328328
static const struct software_node *ssam_node_group_sp9[] = {
329329
&ssam_node_root,
330330
&ssam_node_hub_kip,
@@ -365,6 +365,9 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
365365
/* Surface Pro 9 */
366366
{ "MSHW0343", (unsigned long)ssam_node_group_sp9 },
367367

368+
/* Surface Pro 10 */
369+
{ "MSHW0510", (unsigned long)ssam_node_group_sp9 },
370+
368371
/* Surface Book 2 */
369372
{ "MSHW0107", (unsigned long)ssam_node_group_gen5 },
370373

0 commit comments

Comments
 (0)