OSDN Git Service

send current tablet mode switch state on resume so that applications will know if...
authorStefan Seidel <android@stefanseidel.info>
Sat, 25 Feb 2012 17:56:55 +0000 (18:56 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 25 Jun 2012 13:03:45 +0000 (21:03 +0800)
drivers/platform/x86/thinkpad_acpi.c

index 26c5b11..fa34792 100644 (file)
@@ -3769,6 +3769,7 @@ static void hotkey_resume(void)
                       "firmware interface\n");
 
        tpacpi_send_radiosw_update();
+       tpacpi_input_send_tabletsw();
        hotkey_tablet_mode_notify_change();
        hotkey_wakeup_reason_notify_change();
        hotkey_wakeup_hotunplug_complete_notify_change();