projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d68fa5
)
Input: st1232 - set INPUT_PROP_DIRECT property
author
Martin Kepplinger
<martink@posteo.de>
Fri, 5 Oct 2018 18:44:45 +0000
(11:44 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 5 Oct 2018 18:52:05 +0000
(11:52 -0700)
This is how userspace checks for touchscreen devices most reliably.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/st1232.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/st1232.c
b/drivers/input/touchscreen/st1232.c
index d5dfa4053bbf2359c94bef8748cab1cda367aaf4..b71673911aac303bbc61e34c1375582c6e7dbddf 100644
(file)
--- a/
drivers/input/touchscreen/st1232.c
+++ b/
drivers/input/touchscreen/st1232.c
@@
-195,6
+195,7
@@
static int st1232_ts_probe(struct i2c_client *client,
input_dev->id.bustype = BUS_I2C;
input_dev->dev.parent = &client->dev;
+ __set_bit(INPUT_PROP_DIRECT, input_dev->propbit);
__set_bit(EV_SYN, input_dev->evbit);
__set_bit(EV_KEY, input_dev->evbit);
__set_bit(EV_ABS, input_dev->evbit);