Skip to content
Commit 10d5d99e authored by Paul Parsons's avatar Paul Parsons Committed by Eric Miao
Browse files

[ARM] pxa/hx4700: fix hx4700 touchscreen pressure values



hx4700 touchscreen events were being dropped in ads7846_rx() because their
pressure values consistently exceeded the platform maximum of 512; a sample
of 256 pressure values were in the range 531 to 815.  Doubling the platform
maximum to 1024 allows hx4700 touchscreen events to pass the test.

Signed-off-by: default avatarPaul Parsons <lost.distance@yahoo.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 9da4ea69
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