Skip to content

Commit fba9d54

Browse files
antheasij-intel
authored andcommitted
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]>
1 parent 8822e8b commit fba9d54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/x86/oxpec.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,13 @@ static const struct dmi_system_id dmi_table[] = {
306306
},
307307
.driver_data = (void *)oxp_x1,
308308
},
309+
{
310+
.matches = {
311+
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
312+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1Pro EVA-02"),
313+
},
314+
.driver_data = (void *)oxp_x1,
315+
},
309316
{},
310317
};
311318

0 commit comments

Comments
 (0)