Skip to content

Commit 5084bb4

Browse files
committed
Update README.md
1 parent 2ceef6a commit 5084bb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ This kernel driver enables interaction with the EC via WMI methods:
1717
The controls are available through sysfs, while the sensor data are available
1818
through HWMON.
1919

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+
2024
## Model support
2125

2226
The following models are currently supported:
@@ -26,7 +30,7 @@ The following models are currently supported:
2630
- All AORUS models
2731

2832
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))
3034
- P series models (e.g. P56XT, P34W, P55W)
3135

3236
The following models are not supported:

0 commit comments

Comments
 (0)