3 Commits

Author SHA1 Message Date
Alan Coopersmith
e91f6bf163 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-vmmouse/-/merge_requests/7>
2025-12-09 11:37:05 +01:00
Philip Langdale
eb03e96c19 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.
2008-10-23 21:54:44 -07:00
philipl
ee148a2f8e Initial release of the vmmouse driver for VMware virtual machines. 2006-01-09 19:12:26 +00:00