[PATCH v2] platform/x86/uniwill: Add TUXEDO Book BA15 Gen10

Werner Sembach posted 1 patch 1 day, 8 hours ago
drivers/platform/x86/uniwill/uniwill-acpi.c | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH v2] platform/x86/uniwill: Add TUXEDO Book BA15 Gen10
Posted by Werner Sembach 1 day, 8 hours ago
In my previous patch I missed the TUXEDO Book BA15 Gen10. Adding this now
also to the list of supported devices of the Uniwill driver.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
---
V1->V2: Slight .ident change to be consistent with the rest of the entries

 drivers/platform/x86/uniwill/uniwill-acpi.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/platform/x86/uniwill/uniwill-acpi.c b/drivers/platform/x86/uniwill/uniwill-acpi.c
index bd7e63dd51810..0f935532f2504 100644
--- a/drivers/platform/x86/uniwill/uniwill-acpi.c
+++ b/drivers/platform/x86/uniwill/uniwill-acpi.c
@@ -1844,6 +1844,13 @@ static const struct dmi_system_id uniwill_dmi_table[] __initconst = {
 			DMI_EXACT_MATCH(DMI_BOARD_NAME, "X6AR5xxY_mLED"),
 		},
 	},
+	{
+		.ident = "TUXEDO Book BA15 Gen10 AMD",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"),
+			DMI_EXACT_MATCH(DMI_BOARD_NAME, "PF5PU1G"),
+		},
+	},
 	{
 		.ident = "TUXEDO Pulse 14 Gen1 AMD",
 		.matches = {
-- 
2.43.0