Input: st1232 - set INPUT_PROP_DIRECT property
authorMartin Kepplinger <martink@posteo.de>
Fri, 5 Oct 2018 18:44:45 +0000 (11:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2019 08:53:36 +0000 (09:53 +0100)
[ Upstream commit 20bbb312079494a406c10c90932e3c80837c9d94 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/input/touchscreen/st1232.c

index e943678ce54cd48c64240d63e964408e670d4417..f1c574d6be17f1b42dd3b0c0a9adda27fa247017 100644 (file)
@@ -203,6 +203,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);