In formatdomain.rst doc, there is the information of the input types
supported by libvirt. Because we are adding a new type, this commit
updates the document to describes it.
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
---
docs/formatdomain.rst | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index f9f8719f1c..d9ff1737ef 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -6781,6 +6781,7 @@ to provide a graphics tablet for absolute cursor movement.
<input type='mouse' bus='virtio'/>
<input type='keyboard' bus='virtio'/>
<input type='tablet' bus='virtio'/>
+ <input type='multitouch' bus='virtio'>
<input type='passthrough' bus='virtio'>
<source evdev='/dev/input/event1'/>
</input>
@@ -6793,11 +6794,13 @@ to provide a graphics tablet for absolute cursor movement.
``input``
The ``input`` element has one mandatory attribute, the ``type`` whose value
can be 'mouse', 'tablet', ( :since:`since 1.2.2` ) 'keyboard', (
- :since:`since 1.3.0` ) 'passthrough' or ( :since:`since 7.4.0` ) 'evdev'.
- The tablet provides absolute cursor movement, while the mouse uses relative
- movement. The optional ``bus`` attribute can be used to refine the exact
- device type. It takes values "xen" (paravirtualized), "ps2" and "usb" or (
- :since:`since 1.3.0` ) "virtio".
+ :since:`since 1.3.0` ) 'passthrough', ( :since:`since 7.4.0` ) 'evdev' or
+ ( :since:`since 12.1.0` ) 'multitouch'. The tablet provides absolute cursor
+ movement, while the mouse uses relative movement. The multitouch supports
+ multiple simultaneous touch points with absolute positioning. The optional
+ ``bus`` attribute can be used to refine the exact device type. It takes
+ values "xen" (paravirtualized), "ps2" and "usb" or ( :since:`since 1.3.0` )
+ "virtio".
The ``input`` element has an optional sub-element ``<address>`` which can tie
the device to a particular PCI slot, documented in the `Device Addresses`_ section.
--
2.52.0