xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Aug 31 20:04:11 PDT 2010


 src/evdev.c |   85 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 46 insertions(+), 39 deletions(-)

New commits:
commit 009d442aa347cea15d07ceaec955a2f69f247364
Merge: 10493de96e905b831e14bd510f2af1b8da3d2be6 4964c61f4b248e9eb16e8eadb5f5d0b6410b6b84
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Sep 1 13:04:29 2010 +1000

    Merge branch 'input-api' of git://people.freedesktop.org/~whot/xf86-input-evdev

commit 4964c61f4b248e9eb16e8eadb5f5d0b6410b6b84
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 11:32:08 2010 +1000

    Return BadMatch for already configured devices.
    
    PreInit can now return different error codes. Return BadAlloc for alloc
    failures and BadMatch if the device was already configured or the cache
    comparison/probe failed.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 92e8dc49611398c8a9659b244645530cd26736fe
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 10:57:02 2010 +1000

    Use the new input API (changed PreInit function prototype).
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit e0e4b7d89b20ab9997a2eeb17dc7381ecafa31e3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 10:51:54 2010 +1000

    Move private init down.
    
    No real change, preparation for new input API.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit d2c11d36a05e18936e39f7aa592c15b254aff1de
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 10:51:12 2010 +1000

    Use pInfo->options instead of dev->commonOptions.
    
    No real change, preparation for new input API.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 2f636402d882c775497e88c1f74477c4f6e9521d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 10:40:01 2010 +1000

    Add ifdefs for pre ABI 12 support.
    
    The server doesn't provide these defines anymore, define them here for
    future use. To be purged whenever we drop support for the current server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 3d3565c069558b9d1e8e0e86332415731b88b11d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 22 10:38:58 2010 +1000

    Remove usage of XI86_POINTER_CAPABLE and XI86_KEYBOARD_CAPABLE.
    
    XI86_KEYBOARD_CAPABLE was write-only, both in the driver and the server.
    XI86_POINTER_CAPABLE was write-only in the server and can be emulated with
    has_abs_axes and has_rel_axes.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list