xf86-input-synaptics:master: 1 commit(s)

Peter Hutterer whot at kemper.freedesktop.org
Sun Oct 13 23:34:25 PDT 2013


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

Commit against master at 0fb59b34...:
commit 41840a656f5c790b49fe798b9d99136c23e09a5f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed May 29 15:07:44 2013 +1000

    Switch to libevdev for the eventcomm backend
    
    This has a potential bug that would need to be fixed in mtdev first:
    if we get a SYN_DROPPED and we miss out on events, the current code emulates a
    normal EV_SYN, feeds that to mtdev and hopes that that fills the mtdev output
    queue.
    
    If mtdev doesn't generate events on that EV_SYN, we're stuck in limbo and may
    get weird results. The loop will continue and sync the device, but there's the
    off chance we get odd events.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diffstat:
    configure.ac          |    1 
    src/Makefile.am       |    4 
    src/eventcomm.c       |  282 ++++++++++++++++++++++++++--------------------
    src/eventcomm.h       |    2 
    test/Makefile.am      |    3 
    test/eventcomm-test.c |    4 
    6 files changed, 170 insertions(+), 126 deletions(-)

cgit url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=41840a65




More information about the xorg-commit mailing list