CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2015/08/29 02:48:29
Modified files:
driver/xf86-input-synaptics/src: wsconscomm.c
driver/xf86-input-ws/src: ws.c ws.h
Log 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@
