xf86-input-vmmouse: Changes to 'master'

Philip Langdale philipl at kemper.freedesktop.org
Thu Oct 23 22:28:28 PDT 2008


 .gitignore                 |    3 
 Makefile.am                |    2 
 README                     |   13 +
 configure.ac               |   30 +++
 fdi/11-x11-vmmouse.fdi     |   10 +
 fdi/Makefile.am            |   25 +++
 man/Makefile.am            |    4 
 man/vmmouse_detect.1       |   58 +++++++
 shared/Makefile.am         |   29 +++
 shared/vmmouse_client.c    |  339 +++++++++++++++++++++++++++++++++++++++++++++
 shared/vmmouse_client.h    |   73 +++++++++
 shared/vmmouse_defs.h      |   66 ++++++++
 shared/vmmouse_proto.c     |  147 +++++++++++++++++++
 shared/vmmouse_proto.h     |  131 +++++++++++++++++
 src/Makefile.am            |   13 -
 src/vmmouse.c              |    4 
 src/vmmouse_client.c       |  339 ---------------------------------------------
 src/vmmouse_client.h       |   73 ---------
 src/vmmouse_defs.h         |   66 --------
 src/vmmouse_proto.c        |  147 -------------------
 src/vmmouse_proto.h        |  131 -----------------
 tools/Makefile.am          |   39 +++++
 tools/hal-probe-vmmouse.in |   30 +++
 tools/vmmouse_detect.c     |   67 ++++++++
 24 files changed, 1068 insertions(+), 771 deletions(-)

New commits:
commit ecb2f313292b4d3f516f5d1ae5c7cde45444041c
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Thu Oct 23 22:26:53 2008 -0700

    Bump version number for 12.6.0 release.

commit a9050a9d407f650b86ee28ff00f5717c965b4554
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Thu Oct 23 22:13:56 2008 -0700

    Switch hal-probe-vmmouse to /bin/sh and add Copyright statement.

commit eb03e96c1974a3fbe1c48c56974ff32bc886c8f7
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Thu Oct 23 21:54:44 2008 -0700

    Add HAL integration to support input hot plug.
    
     * vmmouse_detect: A simple program that detects whether a vmmouse
       device is present.
     * hal-probe-vmmouse: A HAL callout script that uses vmmouse_detect
       and overrides input.x11_driver.
     * 11-x11-vmmouse.fdi: fdi descriptor that adds the callout for PS/2
       mice.
    
    Additional 'configure' variables have been added to allow for overriding
    HAL paths, although this shouldn't usually be necessary.

commit 223afd09500672a7fe8a1ab5fc221001863a8bec
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Tue Oct 21 18:53:03 2008 -0700

    Ignore more stuff in .gitignore

commit 370a0ffa789c1c64d5343153bdb5ddccd502a361
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Tue Oct 21 18:52:02 2008 -0700

    Move shared vmmouse files into a separate static lib so we can
    share it with the vmmouse detection utility I'm about to add.



More information about the xorg-commit mailing list