Skip to content
Commit e7358348 authored by Dave Stevenson's avatar Dave Stevenson Committed by Dom Cobley
Browse files

input: edt-ft5x06: Only read data for number of points reported



Rather than always reading the maximum number of points supported
by the chip (which may be as high as 10), read the number of
active points first, and read data for just those.
In most cases this will result in less data on the I2C bus,
with only the maximum touch points taking more due to a second
read that has to configure the start address.

Signed-off-by: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
parent d9f66022
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