xf86-input-vmmouse: Changes to 'master'

Zack Rusin zack at kemper.freedesktop.org
Thu May 3 10:17:44 PDT 2012


 configure.ac  |    4 ++--
 src/vmmouse.c |   21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit 55efac85ca9bd2041240ca29316ca716ddc2185d
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue May 1 16:20:59 2012 -0400

    config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Moved up in the autoconf init section.
    It has been removed from Automake 1.12.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Zack Rusin <zackr at vmware.com>

commit 840dcbf947dd9d1383777c3cd811ff680cef5f16
Author: Michal Srb <msrb at suse.com>
Date:   Thu May 3 17:55:24 2012 +0200

    Enable hardware access during vmmouse preinit.
    
    Vmmouse driver uses outl calls but never requests hardware access.
    In case there are no other drivers that requests it, vmmouse
    initialization will fail. (Found on KVM virtual machine with fbdev
    graphics driver and vmmouse input driver.)
    
    Request hardware access in same way xf86-input-keyboard does.
    
    Signed-off-by: Zack Rusin <zackr at vmware.com>



More information about the xorg-commit mailing list