Open GoogleCodeExporter opened 8 years ago
###What is the expected output? What do you see instead?
When I touch the touch screen, only the first event is dispatched ? The
exact should be:
x y pressure
100 100 1
98 100 1
100 100 1
100 101 0
But when I touch, I can't get four events. ONLY one or two events, other events
will
be dispatched net touch.
The reson is follow:
when we poll/select/epoll the tsdev's fd, we get some events (eg. four events),
bug
we only call ts_read once, that is, we dose not read all event from tslib.
Original comment by LianHaiD...@gmail.com
on 10 Apr 2010 at 3:25
Original issue reported on code.google.com by
LianHaiD...@gmail.com
on 10 Apr 2010 at 3:16