diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2008-11-14 10:24:36 -0800 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2008-11-14 10:24:36 -0800 |
commit | b29b45a25b3b2db58f81e727d787c337bbd87637 (patch) | |
tree | e7610784084201ab3e67695bccfabcd3ce938f1c /fdi | |
parent | a5718c9b31d5fb72a88c0e145766efd861e0a3d3 (diff) |
Revert "Narrow down the scope of what systems are checked for the vmmouse 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.
Diffstat (limited to 'fdi')
-rw-r--r-- | fdi/11-x11-vmmouse.fdi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fdi/11-x11-vmmouse.fdi b/fdi/11-x11-vmmouse.fdi index 4455555..e725f9a 100644 --- a/fdi/11-x11-vmmouse.fdi +++ b/fdi/11-x11-vmmouse.fdi @@ -3,9 +3,7 @@ <device> <match key="info.capabilities" contains="input.mouse"> <match key="input.originating_device" contains="i8042_AUX_port"> - <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" string="VMware, Inc."> - <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append> - </match> + <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append> </match> </match> </device> |