xf86-input-libinput: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Nov 18 20:44:43 PST 2014


 README.md      |    8 +++-
 src/libinput.c |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 92 insertions(+), 14 deletions(-)

New commits:
commit 576da9db26d4241dfede0310eef665d5a63ddb94
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 19 11:42:04 2014 +1000

    Hook up the libinput log handler
    
    Let the server filter based on the verbosity levels in the server, so map
    ERROR to -1 (always), INFO to 3 (default verbosity) and DEBUG to 10.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 2eb01498bda0855edbfdfdb3bf9cb7b4312a785f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 19 11:30:12 2014 +1000

    Add an explanatory comment for the disabled ptraccel
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit a4fb161c3e46919d69360794ccb27bc5df8d3340
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 16:36:44 2014 +1000

    Allow re-enabling of the sendevents configuration
    
    When re-enabling the device, the mode is 0.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 15291e53b77a3ab89c7d285acd5ebae54539da5f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 15:50:17 2014 +1000

    Update the README
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit d9c212d2665f2b8c25e5a4cdba29a047bd87d7cd
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 15:41:17 2014 +1000

    Init the right number of buttons for pointer devices
    
    This only makes room for the highest button number present on the device, it
    doesn't cater for devices with 'holes'. i.e. if a device has only BTN_BACK, it
    will initialize buttons for all below too.
    
    Which is also evdev's current behavior.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit d48f437aa9d3f3afaa19bd51d15c3f915e1a1fa0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 15:37:04 2014 +1000

    Replace hardcoded button number with one we can calculate
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 84f301f7e34c503715f5c9851dc8ac14f0b76d3f
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 15:33:05 2014 +1000

    Fix loop condition
    
    Use the passed-in value, not the global constant.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 6f06b1dd1d9b5b418ca7f3ad000598315c4c04b3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Nov 18 13:37:31 2014 +1000

    Set the XI type for the device
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list