-
Notifications
You must be signed in to change notification settings - Fork 55.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyboard backlight on Dell E7470 not adjustable from /sys entry
https://bugzilla.kernel.org/show_bug.cgi?id=191731 https://bugzilla.redhat.com/show_bug.cgi?id=1436686 Also fixes dell_laptop: Setting old previous keyboard state failed https://bugzilla.kernel.org/show_bug.cgi?id=194081 The issue is actually quite trivial. Byte 3 of kbd_state on some machines contains "timeout_ac". If this byte is simply set to 0 the result is failed state set. The "timeout_ac" is not interpreted in any way, but it is now preserved in order to ensure the LED state changes go through.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters