Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gaze19 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
system76-dkms (1.0.15) UNRELEASED; urgency=medium

* Add gaze19

-- Tim Crawford <tcrawford@system76.com> Tue, 26 Mar 2024 14:19:33 -0600

system76-dkms (1.0.14) focal; urgency=medium

* Add kudu6
Expand Down
1 change: 1 addition & 0 deletions system76.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ static struct dmi_system_id s76_dmi_table[] __initdata = {
DMI_TABLE("gaze13", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_HWMON),
DMI_TABLE("gaze14", DRIVER_AP_LED | DRIVER_KB_LED),
DMI_TABLE("gaze15", DRIVER_AP_LED | DRIVER_KB_LED),
DMI_TABLE("gaze19", DRIVER_AP_KEY | DRIVER_AP_WMI | DRIVER_KB_LED),
DMI_TABLE("kudu5", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_HWMON),
DMI_TABLE("kudu6", DRIVER_AP_KEY | DRIVER_AP_WMI | DRIVER_KB_LED),
DMI_TABLE("oryp3-jeremy", DRIVER_AP_KEY | DRIVER_AP_LED | DRIVER_HWMON | DRIVER_KB_LED),
Expand Down