OSDN Git Service

start tablet-mode later and wait less
[android-x86/device-ibm-thinkpad.git] / patches / thinkpad_acpi.patch
1 diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
2 index 26c5b11..fa34792 100644
3 --- a/drivers/platform/x86/thinkpad_acpi.c
4 +++ b/drivers/platform/x86/thinkpad_acpi.c
5 @@ -3769,6 +3769,7 @@ static void hotkey_resume(void)
6                        "firmware interface\n");
7  
8         tpacpi_send_radiosw_update();
9 +       tpacpi_input_send_tabletsw();
10         hotkey_tablet_mode_notify_change();
11         hotkey_wakeup_reason_notify_change();
12         hotkey_wakeup_hotunplug_complete_notify_change();