diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-04-05 14:42:37 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-04-06 10:18:24 +0200 |
commit | fd140bfbea9fac8f05ad525dd798a5ca39f68c44 (patch) | |
tree | 1b58bbac05daab78fb304f25edb181680625cd75 | |
parent | de2b5ca7a76f1ffac1e8d4ed88408dda0f77a83c (diff) |
Make the fdi script work with FreeBSD
The key "input.originating_device" is not present on FreeBSD.
Use "freebsd.driver" instead.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Michel Dänzer <daenzer@vmware.com>
-rw-r--r-- | fdi/11-x11-vmmouse.fdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fdi/11-x11-vmmouse.fdi b/fdi/11-x11-vmmouse.fdi index 6151196..77f0abd 100644 --- a/fdi/11-x11-vmmouse.fdi +++ b/fdi/11-x11-vmmouse.fdi @@ -5,6 +5,9 @@ <match key="input.originating_device" contains="i8042_"> <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append> </match> + <match key="freebsd.driver" contains="psm"> + <append key="info.callouts.add" type="strlist">hal-probe-vmmouse</append> + </match> </match> </device> </deviceinfo> |