diff options
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 7f7573a30ddc..8a3200430f10 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -842,6 +842,9 @@ static int eeepc_hotk_resume(struct acpi_device *device) | |||
842 | if (ehotk->bluetooth_rfkill) | 842 | if (ehotk->bluetooth_rfkill) |
843 | rfkill_set_sw_state(ehotk->bluetooth_rfkill, | 843 | rfkill_set_sw_state(ehotk->bluetooth_rfkill, |
844 | get_acpi(CM_ASL_BLUETOOTH) != 1); | 844 | get_acpi(CM_ASL_BLUETOOTH) != 1); |
845 | if (ehotk->wwan3g_rfkill) | ||
846 | rfkill_set_sw_state(ehotk->wwan3g_rfkill, | ||
847 | get_acpi(CM_ASL_3G) != 1); | ||
845 | 848 | ||
846 | return 0; | 849 | return 0; |
847 | } | 850 | } |