Browse Source

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>
Sergey Yanovich 16 years ago
parent
commit
3ad1b76199
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/platform/x86/sony-laptop.c

+ 1 - 0
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);
 }