Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Antheas Kapenekakis and committed by
Ilpo Järvinen
2a3b4a8c 4049c46e

+7
+7
drivers/platform/x86/oxpec.c
··· 243 243 { 244 244 .matches = { 245 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 + }, 250 + { 251 + .matches = { 252 + DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"), 246 253 DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1 mini"), 247 254 }, 248 255 .driver_data = (void *)oxp_x1,