Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tangalbert919 committed Sep 8, 2024
1 parent 2ceef6a commit 5084bb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This kernel driver enables interaction with the EC via WMI methods:
The controls are available through sysfs, while the sensor data are available
through HWMON.

The objective is to eliminate the need to use "hacks" to interact with the EC,
such as calling ACPI directly from userspace (as root) or by loading `ec-sys`
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)).

## Model support

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

The following models are compatible, but **not** yet supported:
- All Aero 14 models made before 2019 (see issue [TODO: Create issue regarding old Aero 14 models])
- All Aero 14 models made before 2019 (see [this issue](https://github.com/tangalbert919/gigabyte-laptop-wmi/issues/7))
- P series models (e.g. P56XT, P34W, P55W)

The following models are not supported:
Expand Down

0 comments on commit 5084bb4

Please sign in to comment.