summaryrefslogtreecommitdiff
path: root/fdi
AgeCommit message (Collapse)Author
2008-11-14Revert "Narrow down the scope of what systems are checked for the vmmouse ↵Philip Langdale
device." This reverts commit 93f032b80b841e1b6beeff814e8d9519e485fdef. 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-10-27Narrow down the scope of what systems are checked for the vmmouse device.Philip Langdale
2008-10-23Add HAL integration to support input hot plug.Philip Langdale
* 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.