summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/sony-laptop.c
diff options
context:
space:
mode:
authorSergey Yanovich2009-03-26 13:58:21 +0100
committerLen Brown2009-03-27 17:19:31 +0100
commit3ad1b7619959c0387a30e05c6f36537190b6da7b (patch)
tree0b434defc153673db72b6e459c625f6cc8fcdc69 /drivers/platform/x86/sony-laptop.c
parentsony-laptop: detect the ICH9 chipset as Type3 (diff)
downloadkernel-qcow2-linux-3ad1b7619959c0387a30e05c6f36537190b6da7b.tar.gz
kernel-qcow2-linux-3ad1b7619959c0387a30e05c6f36537190b6da7b.tar.xz
kernel-qcow2-linux-3ad1b7619959c0387a30e05c6f36537190b6da7b.zip
sony-laptop: notify the hardware of a state change in wwanpower
Signed-off-by: Sergey Yanovich <ynvich@gmail.com> Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/sony-laptop.c')
-rw-r--r--drivers/platform/x86/sony-laptop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
index 5030f991906a..74df72321aeb 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -2004,6 +2004,7 @@ static void sony_pic_set_wwanpower(u8 state)
return;
}
sony_pic_call2(0xB0, state);
+ sony_pic_call1(0x82);
spic_dev.wwan_power = state;
mutex_unlock(&spic_dev.lock);
}