]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: st1232 - do not unconditionally configure as wakeup source
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 21 Oct 2019 17:55:56 +0000 (10:55 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 29 Oct 2019 04:01:24 +0000 (21:01 -0700)
commit16dc7c5c13f1482ac32b8ac7cbc1ad8ab13b0f5d
tree90e03abcf6a2534c4d7846cd44e884893dbe2b8b
parent95c9ea96adb3c7be6295d017c7e2f594f0871c16
Input: st1232 - do not unconditionally configure as wakeup source

Do not unconditionally configure the touchscreen as wakeup source but
rather rely on I2C core to do that when requested (either via
"wakeup-source" device property, or when creating a client with
I2C_CLIENT_WAKE flag).

Tested-by: Matthias Fend <Matthias.Fend@wolfvision.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/st1232.c