xf86-input-mouse: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Apr 13 00:39:20 PDT 2010


 COPYING         |    2 -
 src/pnp.c       |    1 
 src/sun_mouse.c |   70 ++++++++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 57 insertions(+), 16 deletions(-)

New commits:
commit 3ee9b720856efa240b70d38172706485f6420289
Author: Márton Németh <nm127 at freemail.hu>
Date:   Tue Apr 13 00:35:57 2010 -0700

    Bug 10866 - serial Genius NetScroll+ autodetection
    
    https://bugs.freedesktop.org/show_bug.cgi?id=10866
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c74d482378a85eef26dd85fc191f602e0f7c667f
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jan 20 17:47:20 2010 -0800

    Solaris: Handle ENODEV & other errors from VUID protocol mice
    
    Adapted code from keyboard fix for ENODEV to do the same thing for the mouse
    
    Use normal read() calls for reading from the mouse so we can get the ENODEV
    errors, instead of going through the Xisb*() wrappers, which are needed for
    reading directly from serial ports (which this code never does since it's
    only used with VUID mouse event streams from the kernel).
    
    Fixes http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6844148
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list