summaryrefslogtreecommitdiff
path: root/driver/touchpad_elan.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/touchpad_elan.c')
-rw-r--r--driver/touchpad_elan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/touchpad_elan.c b/driver/touchpad_elan.c
index 0882f03874..d2e28d53a6 100644
--- a/driver/touchpad_elan.c
+++ b/driver/touchpad_elan.c
@@ -833,7 +833,7 @@ void touchpad_task(void *u)
#if defined(CONFIG_USB_SUSPEND) || defined(CONFIG_TABLET_MODE)
static void touchpad_power_change(void)
{
- task_set_event(TASK_ID_TOUCHPAD, TASK_EVENT_POWER, 0);
+ task_set_event(TASK_ID_TOUCHPAD, TASK_EVENT_POWER);
}
#endif
#ifdef CONFIG_USB_SUSPEND