]> git.karo-electronics.de Git - karo-tx-linux.git/commit
asus-wmi: add scalar board brightness adj. support
authorAceLan Kao <acelan.kao@canonical.com>
Tue, 20 Mar 2012 08:53:08 +0000 (09:53 +0100)
committerMatthew Garrett <mjg@redhat.com>
Mon, 26 Mar 2012 19:05:41 +0000 (15:05 -0400)
commitc87992d1fa51a6a3d8f0e980ca4d2bdec7e78a17
treec702643e69183fcc5cb5f5b8b4f1e429ff1366fb
parentbde9e5098c121cfca6d9c7e3a26e6ae44a3c9632
asus-wmi: add scalar board brightness adj. support

Some ASUS ET2012E/I All-in-One machines that use a scalar board
to control the brightness, and they only accept brightness up and down
command. So, I introduced a get_scalar_command() function to pass the
command to the scalar board through WMI.

Besides, we have to store the brightness value locally, for we need the
old value to know the brightness value is increasing or decreasing.

BTW, since there is no way to retrieve the actual brightness(it would be
a fixed value), and the max brightness value would be fixed to 1, so we
have to keep passing the brightness up/down command when we reached the
max brightness value or 0.

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-nb-wmi.c
drivers/platform/x86/asus-wmi.c
drivers/platform/x86/asus-wmi.h
drivers/platform/x86/eeepc-wmi.c