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

Peter Hutterer whot at kemper.freedesktop.org
Tue May 19 15:33:25 PDT 2009


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 a9f8b19c...:
commit 44c1de333acf1de22f570a16421e0ff4889b0809
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 19 09:14:54 2009 +1000

    eventcomm: fix return value of event_query_is_touchpad.
    
    "ret" is used both for storing the ioctls return value as well as for the
    return of event_query_is_touchpad. If an ioctl fails, ret is -1 and we
    return this value as a BOOL. The caller treats this -1 as TRUE and thinks
    the device is a touchpad.
    
    Bug is triggered if a xorg.conf section is present with auto-dev as device
    and a mouse event device is openeded before the synaptics event device.
    
    Introduced with e4b1571d487cb67bab64e1ee890bddcd02437ddf.
    
    Red Hat Bug 499792 <http://bugzilla.redhat.com/show_bug.cgi?id=499792>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Henrik Rydberg <rydberg at euromail.se>

diffstat:
    src/eventcomm.c |    2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=44c1de33




More information about the xorg-commit mailing list