You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ This kernel driver enables interaction with the EC via WMI methods:
17
17
The controls are available through sysfs, while the sensor data are available
18
18
through HWMON.
19
19
20
+
The objective is to eliminate the need to use "hacks" to interact with the EC,
21
+
such as calling ACPI directly from userspace (as root) or by loading `ec-sys`
22
+
to set specific bits in EC memory ourselves (see [this repository](https://github.com/jertel/p37-ec) and [this fork](https://github.com/christiansteinert/p37-ec-aero-14)).
23
+
20
24
## Model support
21
25
22
26
The following models are currently supported:
@@ -26,7 +30,7 @@ The following models are currently supported:
26
30
- All AORUS models
27
31
28
32
The following models are compatible, but **not** yet supported:
29
-
- All Aero 14 models made before 2019 (see issue [TODO: Create issue regarding old Aero 14 models])
33
+
- All Aero 14 models made before 2019 (see [this issue](https://github.com/tangalbert919/gigabyte-laptop-wmi/issues/7))
0 commit comments