]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: zforce - don't invert the interrupt GPIO
authorDirk Behme <dirk.behme@de.bosch.com>
Mon, 20 Jul 2015 16:50:37 +0000 (09:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Jul 2015 16:57:19 +0000 (09:57 -0700)
commitdd1b85dc446b7cfaeaa7e250d2ff2acc44a0d51d
tree2b89ee07b9cd0ec3e9dfeae1fae93b3fa5786958
parent800e3b9a68011c4124f380d50e2117523c41a843
Input: zforce - don't invert the interrupt GPIO

Commit 2d53809594af ("Input: zforce_ts - convert to use the gpiod
interface") converted this driver to use the gpiod functions. These
functions take the active low property into account, so we don't have
to invert the result of gpiod_get_value_cansleep(). This has been
missed in that commit. Fix it.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/zforce_ts.c