[PATCH 2/2] platform/x86: uniwill-laptop: Add Avell A60 MUV support

From: Werner Sembach

Date: Wed Jul 08 2026 - 17:21:12 EST


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 <wse@xxxxxxxxxxxxxxxxxxx>
---
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 5e1e0202a5f3e..3104455838324 100644
--- a/drivers/platform/x86/uniwill/uniwill-acpi.c
+++ b/drivers/platform/x86/uniwill/uniwill-acpi.c
@@ -2904,6 +2904,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 = {
--
2.43.0