summaryrefslogtreecommitdiff
path: root/fdi
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2008-10-27 09:32:22 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2008-10-27 09:32:22 -0700
commit93f032b80b841e1b6beeff814e8d9519e485fdef (patch)
tree72840c343c05ceb0e9480680209922c8e911d068 /fdi
parentc42ef00eaa590139cb872c086787aaa545eac273 (diff)
Narrow down the scope of what systems are checked for the vmmouse device.
Diffstat (limited to 'fdi')
-rw-r--r--fdi/11-x11-vmmouse.fdi4
1 files changed, 3 insertions, 1 deletions
diff --git a/fdi/11-x11-vmmouse.fdi b/fdi/11-x11-vmmouse.fdi
index e725f9a..4455555 100644
--- a/fdi/11-x11-vmmouse.fdi
+++ b/fdi/11-x11-vmmouse.fdi
@@ -3,7 +3,9 @@
<device>
<match key="info.capabilities" contains="input.mouse">
<match key="input.originating_device" contains="i8042_AUX_port">
- <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append>
+ <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>
</match>
</match>
</device>