projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50fab07
)
sony-laptop: re-read the rfkill state when resuming from suspend
author
Alan Jenkins
<
[email protected]
>
Fri, 25 Sep 2009 09:18:21 +0000
(10:18 +0100)
committer
John W. Linville
<
[email protected]
>
Mon, 28 Sep 2009 20:55:08 +0000
(16:55 -0400)
Without this, the hard-blocked state will be reported incorrectly if
the hardware switch is changed while the laptop is suspended.
Signed-off-by: Alan Jenkins <
[email protected]
>
Tested-by: Norbert Preining <
[email protected]
>
Acked-by: Mattia Dongili <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/platform/x86/sony-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/sony-laptop.c
b/drivers/platform/x86/sony-laptop.c
index f3466a0fa25fe7c99af8b521067abd619b8baea0..afdbdaaf80cb354de22e024f1c99677d81bc0665 100644
(file)
--- a/
drivers/platform/x86/sony-laptop.c
+++ b/
drivers/platform/x86/sony-laptop.c
@@
-1041,6
+1041,9
@@
static int sony_nc_resume(struct acpi_device *device)
sony_backlight_update_status(sony_backlight_device) < 0)
printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n");
+ /* re-read rfkill state */
+ sony_nc_rfkill_update();
+
return 0;
}