Skip to content

Commit 1798561

Browse files
antheasij-intel
authored andcommitted
platform/x86: oxpec: Add support for OneXPlayer X1 Mini Pro (Strix Point)
The OneXPlayer X1 Mini Pro (which is the Strix Point variant of the Mini) uses the same registers as the X1 Mini, so re-use the quirk. Signed-off-by: Antheas Kapenekakis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 232b41d commit 1798561

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
@@ -292,6 +292,13 @@ static const struct dmi_system_id dmi_table[] = {
292292
},
293293
.driver_data = (void *)oxp_x1,
294294
},
295+
{
296+
.matches = {
297+
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),
298+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "ONEXPLAYER X1Mini Pro"),
299+
},
300+
.driver_data = (void *)oxp_x1,
301+
},
295302
{
296303
.matches = {
297304
DMI_MATCH(DMI_BOARD_VENDOR, "ONE-NETBOOK"),

0 commit comments

Comments
 (0)