All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02
@ 2025-09-04 13:22 Antheas Kapenekakis
  2025-09-04 13:22 ` [PATCH v1 2/2] platform/x86: oxpec: Add support for AOKZOE A1X Antheas Kapenekakis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antheas Kapenekakis @ 2025-09-04 13:22 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: linux-kernel, Derek John Clark,
	Joaquín Ignacio Aramendía, Hans de Goede,
	Ilpo Järvinen, Eileen, Antheas Kapenekakis

It is a special edition of X1Pro with Intel and a different color.

Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
---
 drivers/platform/x86/oxpec.c | 7 +++++++
 1 file changed, 7 insertions(+)

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,
+	},
 	{},
 };
 

base-commit: 1b237f190eb3d36f52dffe07a40b5eb210280e00
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-10 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 13:22 [PATCH v1 1/2] platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02 Antheas Kapenekakis
2025-09-04 13:22 ` [PATCH v1 2/2] platform/x86: oxpec: Add support for AOKZOE A1X Antheas Kapenekakis
2025-09-09 18:14 ` [PATCH v1 1/2] platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02 Antheas Kapenekakis
2025-09-10 11:36 ` Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.