From e6137bbef0fe23feaf19e4714892457853064eb6 Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 8 Jul 2026 23:18:22 +0200 Subject: [PATCH] platform/x86: uniwill-laptop: Add Avell A60 MUV support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for the Avell A60 MUV based on information from tuxedo-drivers, formerly known as tuxedo-keyboard: https://github.com/tuxedocomputers/tuxedo-keyboard/pull/91 Signed-off-by: Werner Sembach Link: https://patch.msgid.link/20260708211950.568799-2-wse@tuxedocomputers.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- 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 b3c8727403d4..7a2eeaec4c96 100644 --- a/drivers/platform/x86/uniwill/uniwill-acpi.c +++ b/drivers/platform/x86/uniwill/uniwill-acpi.c @@ -2909,6 +2909,13 @@ static const struct dmi_system_id uniwill_dmi_table[] __initconst = { }, .driver_data = &lapqc71a_lapqc71b_descriptor, }, + { + .ident = "Avell A60 MUV", + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "A60 MUV"), + }, + .driver_data = &lapqc71a_lapqc71b_descriptor, + }, { .ident = "Intel NUC x15", .matches = {