HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Thu, 9 Jul 2020 07:57:29 +0000 (15:57 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Oct 2020 18:46:11 +0000 (20:46 +0200)
commit203c38fbe833abb47212db77004c05793b7220a3
tree39b78f11478b46c3b20e700bf93360cb86c01b09
parenteafb2203626aedb599cc80aadcba533c917b53b0
HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle

Many laptops can be woken up from Suspend-to-Idle by touchpad. This is
also the default behavior on other OSes.

However, if touchpad and touchscreen contact to each other when lid is
closed, wakeup events can be triggered inadventertly.

So let's disable the wakeup by default, but enable the wakeup capability
so users can enable it at their own discretion.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid-core.c