Last change
on this file since 38013 was 32396, checked in by vboxsync, 14 years ago |
another branding fix
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | # Hal driver description for the vboxmouse driver
|
---|
4 | # $Id: 90-vboxguest.fdi 32396 2010-09-10 12:22:20Z vboxsync $
|
---|
5 |
|
---|
6 | Copyright (C) 2008-2010 Oracle Corporation
|
---|
7 |
|
---|
8 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
9 | available from http://www.virtualbox.org. This file is free software;
|
---|
10 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
11 | General Public License (GPL) as published by the Free Software
|
---|
12 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
13 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
14 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
15 | -->
|
---|
16 | <deviceinfo version="0.2">
|
---|
17 | <device>
|
---|
18 | <match key="info.subsystem" string="pci">
|
---|
19 | <match key="info.product" string="VirtualBox Guest Service">
|
---|
20 | <append key="info.capabilities" type="strlist">input</append>
|
---|
21 | <append key="info.capabilities" type="strlist">input.mouse</append>
|
---|
22 | <merge key="input.x11_driver" type="string">vboxmouse</merge>
|
---|
23 | <merge key="input.device" type="string">/dev/vboxguest</merge>
|
---|
24 | </match>
|
---|
25 | </match>
|
---|
26 | </device>
|
---|
27 | </deviceinfo>
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.