diff options
author | Mattia Dongili <malattia@linux.it> | 2013-10-30 00:07:36 +0100 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-11-21 00:50:49 +0100 |
commit | 1d885f4257165563342acc6bc473b67d9b36a742 (patch) | |
tree | b8f837819a0fafdad9fe3bdaea052ef5798f5008 /drivers/rtc/systohc.c | |
parent | dell-laptop: Only enable rfkill functionality on laptops with a hw killswitch (diff) | |
download | linux-1d885f4257165563342acc6bc473b67d9b36a742.tar.xz linux-1d885f4257165563342acc6bc473b67d9b36a742.zip |
sony-laptop: warn on multiple KBD backlight handles
Some BIOS versions/Vaio models apparently ship with two nearly identical
functions to handle backlight related controls.
The only difference seems to be:
If (LEqual (BUF1, 0x40))
{
Store (0x40, P80H)
Store (BUF2, Local0)
- And (Local0, One, Local0)
+ And (Local0, 0x03, Local0)
Store (Local0, ^^H_EC.KLPC)
}
Avoid erroring out on initialization and messing things up on cleanup
for now since we never call into these methods with anything different
than 1 or 0.
This issue was found on a Sony VPCSE1V9E/BIOS R2087H4.
Cc: Marco Krüger <krgsch@gmail.com>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/rtc/systohc.c')
0 files changed, 0 insertions, 0 deletions