Skip to content

Commit 4049c46

Browse files
antheasij-intel
authored andcommitted
platform/x86: oxpec: Add support for OneXPlayer X1z
X1z is a variant of OneXPlayer X1 A with 8840U. It seems that only one user has this one. Add a quirk for it to the oxpec driver. Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev> Link: https://patch.msgid.link/20260223183004.2696892-3-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 3385ea9 commit 4049c46

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
@@ -219,6 +219,13 @@ static const struct dmi_system_id dmi_table[] = {
219219
},
220220
.driver_data = (void *)oxp_mini_amd_pro,
221221
},
222+
{
223+
.matches = {
224+
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
225+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1z"),
226+
},
227+
.driver_data = (void *)oxp_x1,
228+
},
222229
{
223230
.matches = {
224231
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),

0 commit comments

Comments
 (0)