mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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:
parent
527b116952
commit
e6137bbef0
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user