diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2010-12-01 10:04:01 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2010-12-08 10:57:31 +0100 |
commit | 5d0ba2e03718b73013519fc0a1c74f2ef5f4e7ad (patch) | |
tree | fef221ed2ac29ab2360d0c1bda33dde9bb41c177 | |
parent | e5987a4e60d4e05159c7cc4a24cee6daed36c770 (diff) |
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>
-rw-r--r-- | fdi/11-x11-vmmouse.fdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/11-x11-vmmouse.fdi b/fdi/11-x11-vmmouse.fdi index e725f9a..6151196 100644 --- a/fdi/11-x11-vmmouse.fdi +++ b/fdi/11-x11-vmmouse.fdi @@ -2,7 +2,7 @@ <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.mouse"> - <match key="input.originating_device" contains="i8042_AUX_port"> + <match key="input.originating_device" contains="i8042_"> <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append> </match> </match> |