]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: oxpec: Add support for OneXPlayer X1z
authorAntheas Kapenekakis <lkml@antheas.dev>
Mon, 23 Feb 2026 18:29:51 +0000 (19:29 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 27 Feb 2026 11:09:44 +0000 (13:09 +0200)
X1z is a variant of OneXPlayer X1 A with 8840U. It seems that only one
user has this one. Add a quirk for it to the oxpec driver.

Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
Link: https://patch.msgid.link/20260223183004.2696892-3-lkml@antheas.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/oxpec.c

index 59d6f9d9a9052b4c6ecf6b0b671f818982dde347..623d9a452c469b32600f7421dea4a365d80611cf 100644 (file)
@@ -219,6 +219,13 @@ static const struct dmi_system_id dmi_table[] = {
                },
                .driver_data = (void *)oxp_mini_amd_pro,
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
+                       DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1z"),
+               },
+               .driver_data = (void *)oxp_x1,
+       },
        {
                .matches = {
                        DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),