File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Supported devices
30
30
Currently the driver supports the following handhelds:
31
31
32
32
- AOK ZOE A1
33
+ - AOK ZOE A1 PRO
33
34
- Aya Neo 2
34
35
- Aya Neo AIR
35
36
- Aya Neo AIR Pro
@@ -40,6 +41,7 @@ Currently the driver supports the following handhelds:
40
41
41
42
"Turbo/Silent" button behaviour toggle is only supported on:
42
43
- AOK ZOE A1
44
+ - AOK ZOE A1 PRO
43
45
- OneXPlayer mini AMD (only with updated alpha BIOS)
44
46
- OneXPlayer mini AMD PRO
45
47
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ static const struct dmi_system_id dmi_table[] = {
77
77
},
78
78
.driver_data = (void * )aok_zoe_a1 ,
79
79
},
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
+ },
80
87
{
81
88
.matches = {
82
89
DMI_MATCH (DMI_BOARD_VENDOR , "AYANEO" ),
You can’t perform that action at this time.
0 commit comments