xf86-input-elographics: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Thu Dec 27 21:54:31 PST 2007


 src/xf86Elo.c |   28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

New commits:
commit 79a2199b8c753aeca6cc9cbbf69e568558a61853
Author: Jaroslaw Siebert <y0g1 at poczta.wp.pl>
Date:   Fri Dec 28 16:16:01 2007 +1030

    Bug #13248: use -1, -1 as min/max value for valuators.
    
    If we specify a min/max value for our valuators, the X server will clip any
    coordinates at these values.
    
    This fixes the second issue reported in #13248
    
    X.Org Bugzilla #13248 <https://bugs.freedesktop.org/show_bug.cgi?id=13248>

commit 0e04b7142a04fa5e4af57a8056c6010ba49c1359
Author: Jaroslaw Siebert <y0g1 at poczta.wp.pl>
Date:   Fri Dec 28 16:13:09 2007 +1030

    Bug #13248: pass the correct coordinates to the DDX.
    
    cur_x and cur_y are the packets we get from the deviec, but after scaling the
    actual coordinates we need to only deal with x and y.
    
    This fixes one issue reported Bug #13248.
    
    X.Org Bugzilla #13248 <https://bugs.freedesktop.org/attachment.cgi?id=13248>

commit e4071358e3047127fe0476cab3e9fb63e180e940
Author: Daniel Drake <d.drake at mmm.com>
Date:   Fri Dec 28 16:04:11 2007 +1030

    Bug #9803: Don't allow zero-sized width/height.
    
    A bad configuration can result in height or width being zero. This potentially
    causes a divide-by-zero error in xf86EloConvert().
    Detect the bad configuration early on and produce a meaningful error message.
    
    X.Org Bugzilla #9803 <https://bugs.freedesktop.org/show_bug.cgi?id=9803>



More information about the xorg-commit mailing list