[PATCH v4 4/5] platform/x86/uniwill: Readd Schenker system vendor for XMG FUSION
From: Werner Sembach
Date: Tue Mar 03 2026 - 17:55:12 EST
Readd entries with Schenker system vendor for the XMG FUSION, I'm not
entierly sure if this combi exists, but to be on the safe side to avoid
regressions.
Signed-off-by: Werner Sembach <wse@xxxxxxxxxxxxxxxxxxx>
---
drivers/platform/x86/uniwill/uniwill-acpi.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/drivers/platform/x86/uniwill/uniwill-acpi.c b/drivers/platform/x86/uniwill/uniwill-acpi.c
index 83c60ac6d2fdd..56504e06cfb71 100644
--- a/drivers/platform/x86/uniwill/uniwill-acpi.c
+++ b/drivers/platform/x86/uniwill/uniwill-acpi.c
@@ -2008,6 +2008,22 @@ static struct uniwill_device_descriptor pf5pu1g_descriptor __initdata = {
};
static const struct dmi_system_id uniwill_dmi_table[] __initconst = {
+ {
+ .ident = "XMG FUSION 15 (L19)",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "SchenkerTechnologiesGmbH"),
+ DMI_EXACT_MATCH(DMI_BOARD_NAME, "LAPQC71A"),
+ },
+ .driver_data = &lapqc71a_lapqc71b_descriptor,
+ },
+ {
+ .ident = "XMG FUSION 15 (L19)",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "SchenkerTechnologiesGmbH"),
+ DMI_EXACT_MATCH(DMI_BOARD_NAME, "LAPQC71B"),
+ },
+ .driver_data = &lapqc71a_lapqc71b_descriptor,
+ },
{
.ident = "XMG FUSION 15 (L19)",
.matches = {
--
2.43.0