xf86-input-acecad: Changes to 'master'

Cyril Brulebois kibi at kemper.freedesktop.org
Fri Jun 3 07:00:21 PDT 2011


 configure.ac |    2 
 src/acecad.c |  141 +++++++++--------------------------------------------------
 src/acecad.h |    5 --
 3 files changed, 24 insertions(+), 124 deletions(-)

New commits:
commit 9385ae905aca9e679e698f0491e0bf7e30a35092
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:16 2011 +0200

    Remove pointless checks on is_core_pointer.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>

commit 21f7f1705d2c0b46ce19367d5ac8a4c225d755ef
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:15 2011 +0200

    Remove checks on the ABI now that 12 or higher is required.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>

commit ef1e9cf34e8f1ec2513dd6bd36d824b54e841ea7
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:15 2011 +0200

    Drop support for pre-input ABI 12 servers.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>

commit cba90f981096c2fdcd4dc70cbbf0f3b379c64aac
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:14 2011 +0200

    Fix “initialization from incompatible pointer type” for default_options.
    
    InputDriverRec's last field is a char**, not a const char**, fix this
    warning accordingly:
    |   CC     acecad.lo
    | acecad.c:132:1: warning: initialization from incompatible pointer type [enabled by default]
    | acecad.c:132:1: warning: (near initialization for 'ACECAD.default_options') [enabled by default]
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>

commit 1fea6530eeca06b0d8d15a9327f87063292e1e6d
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:14 2011 +0200

    Silence gcc: report_{x, y} are getting initialized.
    
    Get us rid of:
    |   CC     acecad.lo
    | acecad.c: In function 'USBReadInput':
    | acecad.c:1052:43: warning: 'report_y' may be used uninitialized in this function [-Wuninitialized]
    | acecad.c:1052:43: warning: 'report_x' may be used uninitialized in this function [-Wuninitialized]
    
    Both code paths (with XORG_BOTCHED_INPUT or not) will lead report_x and
    report_y to be set, but make sure the compiler stops guessing.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>

commit fd61e53ed08cec2b3af688a55507477f6ef30544
Author: Cyril Brulebois <kibi at debian.org>
Date:   Fri Jun 3 15:59:14 2011 +0200

    Avoid “'ReverseConvertProc' defined but not used” warning.
    
    Move this function next to its unique caller (AceCadPreInit), and only
    declare/define it when the input ABI is strictly less than 12.
    
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>
    Signed-off-by: Cyril Brulebois <kibi at debian.org>



More information about the xorg-commit mailing list