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 5b1122f commit a05507cCopy full SHA for a05507c
drivers/platform/surface/surface_aggregator_registry.c
@@ -371,7 +371,7 @@ static const struct software_node *ssam_node_group_sp8[] = {
371
NULL,
372
};
373
374
-/* Devices for Surface Pro 9 (Intel/x86) and 10 */
+/* Devices for Surface Pro 9, 10 and 11 (Intel/x86) */
375
static const struct software_node *ssam_node_group_sp9[] = {
376
&ssam_node_root,
377
&ssam_node_hub_kip,
@@ -430,6 +430,9 @@ static const struct acpi_device_id ssam_platform_hub_acpi_match[] = {
430
/* Surface Pro 10 */
431
{ "MSHW0510", (unsigned long)ssam_node_group_sp9 },
432
433
+ /* Surface Pro 11 */
434
+ { "MSHW0583", (unsigned long)ssam_node_group_sp9 },
435
+
436
/* Surface Book 2 */
437
{ "MSHW0107", (unsigned long)ssam_node_group_gen5 },
438
0 commit comments