From: Antheas Kapenekakis Date: Thu, 4 Sep 2025 13:22:52 +0000 (+0200) Subject: platform/x86: oxpec: Add support for AOKZOE A1X X-Git-Tag: v6.17-rc7~20^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d857d09fb653f081f5730e5549fce397513b0ef9;p=thirdparty%2Fkernel%2Fstable.git platform/x86: oxpec: Add support for AOKZOE A1X Very similar to OneXFly devices. Uses the same registers. Signed-off-by: Antheas Kapenekakis Link: https://patch.msgid.link/20250904132252.3041613-2-lkml@antheas.dev Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/oxpec.c b/drivers/platform/x86/oxpec.c index 4f540a9932fe1..54377b282ff88 100644 --- a/drivers/platform/x86/oxpec.c +++ b/drivers/platform/x86/oxpec.c @@ -124,6 +124,13 @@ static const struct dmi_system_id dmi_table[] = { }, .driver_data = (void *)aok_zoe_a1, }, + { + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "AOKZOE"), + DMI_EXACT_MATCH(DMI_BOARD_NAME, "AOKZOE A1X"), + }, + .driver_data = (void *)oxp_fly, + }, { .matches = { DMI_MATCH(DMI_BOARD_VENDOR, "AYANEO"),