Skip to content

Commit 2a3b4a8

Browse files
antheasij-intel
authored andcommitted
platform/x86: oxpec: Add support for OneXPlayer X1 Air
X1 Air is an X1 variant with a newer Intel chipset. It uses the same registers as the X1. Add a quirk for it to the oxpec driver. Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev> Link: https://patch.msgid.link/20260223183004.2696892-4-lkml@antheas.dev Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 4049c46 commit 2a3b4a8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/platform/x86/oxpec.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,13 @@ static const struct dmi_system_id dmi_table[] = {
240240
},
241241
.driver_data = (void *)oxp_x1,
242242
},
243+
{
244+
.matches = {
245+
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
246+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1Air"),
247+
},
248+
.driver_data = (void *)oxp_x1,
249+
},
243250
{
244251
.matches = {
245252
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),

0 commit comments

Comments
 (0)