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

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 2 18:04:42 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 1d89e2f6...:
commit b95995c6665d147e4857d8616b57aa8a25fc3f6f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jul 31 13:25:52 2009 +1000

    Split rc and ret into two different variables.
    
    This is a cosmetic change only.
    
    ioctls - though not the ones used here - may return non-zero non-negative
    values to the caller. Using the return value as a boolean and as return
    value for ioctls at the same time could result in false positives if one
    ioctl returns 1. This cannot happen in this part of the code but a
    separation of the two improves readability.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    src/eventcomm.c |   18 +++++++++---------
    1 file changed, 9 insertions(+), 9 deletions(-)

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




More information about the xorg-commit mailing list