platform/x86: uniwill-laptop: Add Avell A60 MUV support

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@tuxedocomputers.com>
Link: https://patch.msgid.link/20260708211950.568799-2-wse@tuxedocomputers.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
Werner Sembach
2026-07-08 23:18:22 +02:00
committed by Ilpo Järvinen
parent 527b116952
commit e6137bbef0

View File

@@ -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 = {