aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntheas Kapenekakis <[email protected]>2025-09-04 13:22:51 +0000
committerIlpo Järvinen <[email protected]>2025-09-10 11:21:09 +0000
commitfba9d5448bd45b0ff7199c47023e9308ea4f1730 (patch)
treebcf450251bfaf73f23fb72c3c49c79c7737857e7
parentplatform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list (diff)
downloadkernel-fba9d5448bd45b0ff7199c47023e9308ea4f1730.tar.gz
kernel-fba9d5448bd45b0ff7199c47023e9308ea4f1730.zip
platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02
It is a special edition of X1Pro with a different color. 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]>
-rw-r--r--drivers/platform/x86/oxpec.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/oxpec.c b/drivers/platform/x86/oxpec.c
index eb076bb4099b..4f540a9932fe 100644
--- a/drivers/platform/x86/oxpec.c
+++ b/drivers/platform/x86/oxpec.c
@@ -306,6 +306,13 @@ static const struct dmi_system_id dmi_table[] = {
},
.driver_data = (void *)oxp_x1,
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
+ DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1Pro EVA-02"),
+ },
+ .driver_data = (void *)oxp_x1,
+ },
{},
};