diff options
| -rw-r--r-- | drivers/input/touchscreen/tsc200x-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/tsc200x-core.c b/drivers/input/touchscreen/tsc200x-core.c index 88ea5e1b72ae..abf27578beb1 100644 --- a/drivers/input/touchscreen/tsc200x-core.c +++ b/drivers/input/touchscreen/tsc200x-core.c | |||
| @@ -531,6 +531,7 @@ int tsc200x_probe(struct device *dev, int irq, const struct input_id *tsc_id, | |||
| 531 | 531 | ||
| 532 | input_set_drvdata(input_dev, ts); | 532 | input_set_drvdata(input_dev, ts); |
| 533 | 533 | ||
| 534 | __set_bit(INPUT_PROP_DIRECT, input_dev->propbit); | ||
| 534 | input_set_capability(input_dev, EV_KEY, BTN_TOUCH); | 535 | input_set_capability(input_dev, EV_KEY, BTN_TOUCH); |
| 535 | 536 | ||
| 536 | input_set_abs_params(input_dev, ABS_X, | 537 | input_set_abs_params(input_dev, ABS_X, |
