Author :
shadchin
Date :
2015-08-29 08:48:28
Hash :d1fc35bb Message :Read multiple events at once.
Before:
Both drivers currently do one read(2) per event, but since we use a
"sync" event we have a least two of them for ws(4) but more commonly
3 for ws(4) and 4 for synaptics(4).
most of the code and ok mpi@