Skip to content

Commit 4dcb6e4

Browse files
tuxedo-wseij-intel
authored andcommitted
platform/x86/uniwill: Add TUXEDO Book BA15 Gen10
Add TUXEDO Book BA15 Gen10 to the list of supported devices of the Uniwill driver. Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Link: https://patch.msgid.link/20251212180319.712913-1-wse@tuxedocomputers.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 7f3c249 commit 4dcb6e4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/platform/x86/uniwill/uniwill-acpi.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,13 @@ static const struct dmi_system_id uniwill_dmi_table[] __initconst = {
18441844
DMI_EXACT_MATCH(DMI_BOARD_NAME, "X6AR5xxY_mLED"),
18451845
},
18461846
},
1847+
{
1848+
.ident = "TUXEDO Book BA15 Gen10 AMD",
1849+
.matches = {
1850+
DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"),
1851+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "PF5PU1G"),
1852+
},
1853+
},
18471854
{
18481855
.ident = "TUXEDO Pulse 14 Gen1 AMD",
18491856
.matches = {

0 commit comments

Comments
 (0)