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

Commit c1edd99f authored by Alan Jenkins's avatar Alan Jenkins Committed by Len Brown
Browse files

eeepc-laptop: correct the description of the hibernation abort bug



Actually it is only the LED which is affected.  The bios bug does not
disable the wifi.

Signed-off-by: default avatarAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a4746101
Loading
Loading
Loading
Loading
+4 −5
Original line number Original line Diff line number Diff line
@@ -826,11 +826,10 @@ static int eeepc_hotk_resume(struct acpi_device *device)
	if (ehotk->wlan_rfkill) {
	if (ehotk->wlan_rfkill) {
		bool wlan;
		bool wlan;


		/* Workaround - it seems that _PTS disables the wireless
		/*
		   without notification or changing the value read by WLAN.
		 * Work around bios bug - acpi _PTS turns off the wireless led
		   Normally this is fine because the correct value is restored
		 * during suspend.  Normally it restores it on resume, but
		   from the non-volatile storage on resume, but we need to do
		 * we should kick it ourselves in case suspend is aborted.
		   it ourself if case suspend is aborted, or we lose wireless.
		 */
		 */
		wlan = get_acpi(CM_ASL_WLAN);
		wlan = get_acpi(CM_ASL_WLAN);
		set_acpi(CM_ASL_WLAN, wlan);
		set_acpi(CM_ASL_WLAN, wlan);