summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 06:01:02 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-08 06:01:02 +0000
commit2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae (patch)
treed0791532b9f9dc042d6beb2b268da5e93c3b17f1 /qemu-doc.texi
parent88cb0a02b78415429ac354d5880ab2b08321c22b (diff)
downloadqemu-2e4d9fb126beba5177d9b58a6ecf2f2bfdb560ae.tar.gz
Braille device support
(Samuel Thibault) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4173 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 811eb5059e..8520345269 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -546,6 +546,10 @@ Pass through the host device identified by vendor_id:product_id (Linux only).
Serial converter to host character device @var{dev}, see @code{-serial} for the
available devices.
+@item braille
+Braille device. This will use BrlAPI to display the braille output on a real
+or fake device.
+
@end table
@end table
@@ -859,6 +863,10 @@ listening on port 4444 would be:
@item -serial mon:telnet::4444,server,nowait
@end table
+@item braille
+Braille device. This will use BrlAPI to display the braille output on a real
+or fake device.
+
@end table
@item -parallel @var{dev}
@@ -1614,6 +1622,9 @@ usb_add serial:productid=FA00:tcp:192.168.0.2:4444
@end example
will connect to tcp port 4444 of ip 192.168.0.2, and plug that to the virtual
serial converter, faking a Matrix Orbital LCD Display (USB ID 0403:FA00).
+@item braille
+Braille device. This will use BrlAPI to display the braille output on a real
+or fake device.
@end table
@node host_usb_devices