Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent d5b02695
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}