xf86-input-hyperpen: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Wed Dec 1 15:05:04 PST 2010


 configure.ac       |   22 
 src/xf86HyperPen.c | 1477 +++++++++++++++++++++++------------------------------
 2 files changed, 652 insertions(+), 847 deletions(-)

New commits:
commit 0a03c1fd0600ee9b7e08efd0dfb6726836ca3c82
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:40:01 2010 +1000

    Adjust to new PreInit prototype for ABI 12.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit a72d2fce7547ae1d206896ce391d9cf7ada21c61
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:27:30 2010 +1000

    Remove less-than-useful comment.
    
    External declarations? Where?
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 9cbfc2f05c1dbe6d5f4182a717f691b6208fdd36
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:25:15 2010 +1000

    Change the XI type from HYPERPEN to STYLUS.
    
    STYLUS is also what the wacom driver uses.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 27730d45233d09f821c88a52477f5a0fcd046ed4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:24:39 2010 +1000

    Remove unused HYPERPEN_SECTION_NAME define.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit f0289d51bf90b8ed886db3ec2a348b5c7c0db12e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:19:26 2010 +1000

    Hook the default options into the InputDriverRec.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 99f94c29a9b0ea2dd301be2f838c5133f33d54b6
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:18:52 2010 +1000

    Remove refcount from InputDriverRec.
    
    Was unused, removed from the server now.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit b5e5ec29ecbbb5e0aafff15e329a9b479a790f14
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:18:00 2010 +1000

    Remove ifdef check for XFREE86_LOADER
    
    I think we can assume to have loadable modules now...
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit dd318dc0e13c6ca17823b357be96c811c2bb2cef
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:16:28 2010 +1000

    Remove unused wait_for_fd() define
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 964fed626bb6c0d87638c1deb38bf670f5ce9154
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:15:55 2010 +1000

    Remove read/write/tcflush libcwrappers.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit e39d1c1ed4a3ad3f210bdfe12de511e6debb137e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:09:17 2010 +1000

    Remove xf86Verbose, XCONFIG_PROBED, nd XCONFIG_GIVEN.
    
    Use xf86Msg() instead, rest is handled by the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 4d1e1aea077c0283808e2a1d8120a0eca85f2da7
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:05:10 2010 +1000

    Specify Valuator modes on initialization.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit bf5f2cf9420948415dcf6b62fa940a6de6e7b9a9
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:03:49 2010 +1000

    Use GetMotionHistorySize() instead of the history size in the InputInfoRec.
    
    The latter is gone with ABI 12.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 56b2d4d0329479898a472644d39034c2f47095b1
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 09:02:05 2010 +1000

    Remove conversion procs and close_proc.
    
    All three removed with ABI 12.
    The former haven't been called for ages by the server anyway. The close_proc
    hyperpen had was pointless, the fd is closed during DEVICE_CLOSE anyway.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 9100bafac77ce166b1a2a13ceb32ce6b85ce4f99
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:57:56 2010 +1000

    Unifdef pre ABI 12 conditions.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 62cdba8493f0026ff836cd31f6216c7cebb763e4
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:56:00 2010 +1000

    Remove unused bits from configure.ac
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit ed1c94e9ba75b71cd67a70c33c2fa1cf937dc0ae
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:52:01 2010 +1000

    Require server 1.9.99.1
    
    This driver doesn't have enough testers to justify the time spent
    maintaining several ABIs. Reduce it to one ABI (the current one) and let's
    not pretend we know if the others still work.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 866c952abc719d2261f26bec5cdd61a9dbe805db
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:50:55 2010 +1000

    Remove usages of XI_PRIVATE()
    
    Removed from the server with ABI 12.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 17aa918f806118762fc63912fa875bcfafb589cb
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:49:01 2010 +1000

    Remove RCS tags.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 0b8294402d7658ccab7c48e2d0fd824cb1d1a660
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:47:06 2010 +1000

    Remove libcwrappers for free() and malloc().
    
    The future is here!
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit b95816938977ac84224433ac23e2ab24cd29d8f5
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:44:15 2010 +1000

    Rename LocalDevicePtr references with InputInfoPtr.
    
    LocalDevicePtr was remvoed with ABI 12, the two describe the same struct
    anyway.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 6042b35ad51fda2c63e1051cc0c0a7029e8120cc
Author: Manuel Reimer <manuel.reimer at gmx.de>
Date:   Mon Nov 8 20:17:16 2010 +0100

    Fixed indentation, dropped trailing whitespaces
    
    Signed-off-by: Manuel Reimer <manuel.reimer at gmx.de>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit a407baa80344770e2d9d7b573ea59937ec7dd940
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Nov 17 08:56:21 2010 +1000

    Bump to 1.3.99.1
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list