Narrow down the scope of what systems are checked for the vmmouse device.

This commit is contained in:
Philip Langdale
2008-10-27 09:32:22 -07:00
parent c42ef00eaa
commit 93f032b80b

View File

@@ -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>