Skip to content
Commit 2ecd2160 authored by James Hughes's avatar James Hughes Committed by Phil Elwell
Browse files

Fix poll rate on touchscreen (#3238)

Was running at 25Hz, rather than he expected 60. Only been doing it
for the last 5 years....

Replace msleep_interruptible with usleep_range as the msleep call
is not accurate for times < 20ms.

Fixes: https://github.com/raspberrypi/linux/issues/3227



Signed-off-by: default avatarJames Hughes <james.hughes@raspberrypi.org>
parent 8c45edd3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment