On Tue, Dec 29, 2020 at 05:25:59PM +0100, Geert Uytterhoeven wrote: > Before, the maximum coordinates were fixed to (799, 479) or (319, 479), > depending on touchscreen controller type. The driver was changed to > read the actual values from the touchscreen controller, but did not take > into account the returned values are not the maximum coordinates, but > the touchscreen resolution (e.g. 800 and 480). > > Fix this by subtracting 1. > > Fixes: 3a54a215410b1650 ("Input: st1232 - add support resolution reading") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Applied, thank you. -- Dmitry