Skip to content

Commit d857d09

Browse files
antheasij-intel
authored andcommitted
platform/x86: oxpec: Add support for AOKZOE A1X
Very similar to OneXFly devices. Uses the same registers. Signed-off-by: Antheas Kapenekakis <[email protected]> Link: https://patch.msgid.link/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent fba9d54 commit d857d09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/x86/oxpec.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ static const struct dmi_system_id dmi_table[] = {
124124
},
125125
.driver_data = (void *)aok_zoe_a1,
126126
},
127+
{
128+
.matches = {
129+
DMI_MATCH(DMI_BOARD_VENDOR, "AOKZOE"),
130+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "AOKZOE A1X"),
131+
},
132+
.driver_data = (void *)oxp_fly,
133+
},
127134
{
128135
.matches = {
129136
DMI_MATCH(DMI_BOARD_VENDOR, "AYANEO"),

0 commit comments

Comments
 (0)