Skip to content

Commit

Permalink
sony-laptop: notify the hardware of a state change in wwanpower
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergey Yanovich authored and Len Brown committed Mar 27, 2009
1 parent d5b0269 commit 3ad1b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3ad1b76

Please sign in to comment.