Re: [PATCH 7/7] Input: cyttsp - Flag the device properly
From: Javier Martinez Canillas <javier@dowhile0.org> Date: 2021-03-30 11:02:31
On Tue, Mar 30, 2021 at 10:54 AM Linus Walleij [off-list ref] wrote:
This device is certainly a very simple touchscreen so
we set INPUT_MT_DIRECT.
The sibling driver for CY8CTMA140 also sets
INPUT_MT_DROP_UNUSED and experimenting with this driver
it clearly does not hurt: the touchscreen is working just
fine so let's set it for this one as well.
Signed-off-by: Linus Walleij <redacted>
---
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>