We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dfed3 commit 9c8e022Copy full SHA for 9c8e022
drivers/platform/surface/surface_aggregator_registry.c
@@ -324,7 +324,7 @@ static const struct software_node *ssam_node_group_sp8[] = {
324
NULL,
325
};
326
327
-/* Devices for Surface Pro 9 */
+/* Devices for Surface Pro 9 and 10 */
328
static const struct software_node *ssam_node_group_sp9[] = {
329
&ssam_node_root,
330
&ssam_node_hub_kip,
@@ -365,6 +365,9 @@ static const struct acpi_device_id ssam_platform_hub_match[] = {
365
/* Surface Pro 9 */
366
{ "MSHW0343", (unsigned long)ssam_node_group_sp9 },
367
368
+ /* Surface Pro 10 */
369
+ { "MSHW0510", (unsigned long)ssam_node_group_sp9 },
370
+
371
/* Surface Book 2 */
372
{ "MSHW0107", (unsigned long)ssam_node_group_gen5 },
373
0 commit comments