Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: Add support for keyboard backlight

2015-12-27 Thread Henrique de Moraes Holschuh
On Thu, 24 Dec 2015, Pali Rohár wrote: > This patch adds support for controlling keyboard backlight via standard > linux led class interface (::kbd_backlight). It uses ACPI HKEY device with > MLCG and MLCS methods. > > Signed-off-by: Pali Rohár > Tested-by: Fabio D'Urso It looks good at a first

Re: [ibm-acpi-devel] [PATCH 3/5] thinkpad_acpi: Use acpi_video_handles_brightness_key_presses()

2015-12-27 Thread Henrique de Moraes Holschuh
On Tue, 22 Dec 2015, Hans de Goede wrote: > Use the new acpi_video_handles_brightness_key_presses function to check > if we should report brightness key-presses. > > This makes the code both easier to read and makes it properly report > key-presses when acpi-video is not reporting them for reasons