Skip to content

Commit 4dbbaf8

Browse files
jcfrostygroeck
authored andcommitted
hwmon: (oxp-sensors) Add support for AOKZOE A1 PRO
This device is an iteration over the AOKZOE A1 with the same EC mapping and features. It also has support for tt_toggle. Signed-off-by: Jerrod Frost <[email protected]> Signed-off-by: Joaquín Ignacio Aramendía <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 741ed08 commit 4dbbaf8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Documentation/hwmon/oxp-sensors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Supported devices
3030
Currently the driver supports the following handhelds:
3131

3232
- AOK ZOE A1
33+
- AOK ZOE A1 PRO
3334
- Aya Neo 2
3435
- Aya Neo AIR
3536
- Aya Neo AIR Pro
@@ -40,6 +41,7 @@ Currently the driver supports the following handhelds:
4041

4142
"Turbo/Silent" button behaviour toggle is only supported on:
4243
- AOK ZOE A1
44+
- AOK ZOE A1 PRO
4345
- OneXPlayer mini AMD (only with updated alpha BIOS)
4446
- OneXPlayer mini AMD PRO
4547

drivers/hwmon/oxp-sensors.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ static const struct dmi_system_id dmi_table[] = {
7777
},
7878
.driver_data = (void *)aok_zoe_a1,
7979
},
80+
{
81+
.matches = {
82+
DMI_MATCH(DMI_BOARD_VENDOR, "AOKZOE"),
83+
DMI_EXACT_MATCH(DMI_BOARD_NAME, "AOKZOE A1 Pro"),
84+
},
85+
.driver_data = (void *)aok_zoe_a1,
86+
},
8087
{
8188
.matches = {
8289
DMI_MATCH(DMI_BOARD_VENDOR, "AYANEO"),

0 commit comments

Comments
 (0)