Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Hellstrom
fd140bfbea Make the fdi script work with FreeBSD
The key "input.originating_device" is not present on FreeBSD.
Use "freebsd.driver" instead.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Michel Dänzer <daenzer@vmware.com>
2011-04-06 10:18:24 +02:00
Thomas Hellstrom
5d0ba2e037 Make the .fdi script work on solaris
Solaris doesn't use the same HAL device naming as Linux.
Use the common part of the device name.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
2010-12-08 10:57:31 +01:00
Philip Langdale
b29b45a25b Revert "Narrow down the scope of what systems are checked for the vmmouse device."
This reverts commit 93f032b80b.

I'm doing this for now because qemu (with and without kvm) provides
an implementation of the vmmouse device and input hotplug works there
right now. Later, I'll try and dig up an equivalent id check for them.
2008-11-14 10:24:36 -08:00
Philip Langdale
93f032b80b Narrow down the scope of what systems are checked for the vmmouse device. 2008-10-27 09:32:22 -07: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