xf86-input-libinput: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Aug 16 16:20:37 PDT 2015


 src/xf86libinput.c |  132 ++++++++++++++++-------------------------------------
 1 file changed, 41 insertions(+), 91 deletions(-)

New commits:
commit 9563334dda3c5563550fb2534b228c47216ec008
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Aug 13 11:03:44 2015 +1000

    Use xf86OpenSerial instead of a direct open() call
    
    This will transparently handle server-side fds for us.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>
    Reviewed-by: Martin Pieuchot <mpi at openbsd.org>

commit 353c52f2bec035f04c136c8f3b28571e2a4515df
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Aug 13 10:59:39 2015 +1000

    Revamp server fd opening
    
    The server already stores the server-fd in the options, so we only need to run
    through the list of current devices, find a match and extract that fd from the
    options. Less magic in our driver and it gives us a pInfo handle in
    open_restricted which we'll can use for xf86OpenSerial().
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>
    Reviewed-by: Martin Pieuchot <mpi at openbsd.org>



More information about the xorg-commit mailing list