ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_force_over...
[platform/kernel/linux-rpi.git] / drivers / acpi / resource.c
index 8116b55..297a885 100644 (file)
@@ -507,16 +507,23 @@ static const struct dmi_system_id maingear_laptop[] = {
 
 static const struct dmi_system_id pcspecialist_laptop[] = {
        {
-               .ident = "PCSpecialist Elimina Pro 16 M",
-               /*
-                * Some models have product-name "Elimina Pro 16 M",
-                * others "GM6BGEQ". Match on board-name to match both.
-                */
+               /* TongFang GM6BGEQ / PCSpecialist Elimina Pro 16 M, RTX 3050 */
                .matches = {
-                       DMI_MATCH(DMI_SYS_VENDOR, "PCSpecialist"),
                        DMI_MATCH(DMI_BOARD_NAME, "GM6BGEQ"),
                },
        },
+       {
+               /* TongFang GM6BG5Q, RTX 4050 */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GM6BG5Q"),
+               },
+       },
+       {
+               /* TongFang GM6BG0Q / PCSpecialist Elimina Pro 16 M, RTX 4060 */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GM6BG0Q"),
+               },
+       },
        { }
 };