Commit 3ad1b761 authored by Sergey Yanovich's avatar Sergey Yanovich Committed by Len Brown

sony-laptop: notify the hardware of a state change in wwanpower

Signed-off-by: default avatarSergey Yanovich <ynvich@gmail.com>
Signed-off-by: default avatarMattia Dongili <malattia@linux.it>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d5b02695
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment