summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/braille-console.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/admin-guide/braille-console.rst')
-rw-r--r--Documentation/admin-guide/braille-console.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/admin-guide/braille-console.rst b/Documentation/admin-guide/braille-console.rst
index fa3702dc04ab..18e79337dcfd 100644
--- a/Documentation/admin-guide/braille-console.rst
+++ b/Documentation/admin-guide/braille-console.rst
@@ -3,7 +3,7 @@ Linux Braille Console
3 3
4To get early boot messages on a braille device (before userspace screen 4To get early boot messages on a braille device (before userspace screen
5readers can start), you first need to compile the support for the usual serial 5readers can start), you first need to compile the support for the usual serial
6console (see :ref:`Documentation/serial-console.txt <serial_console>`), and 6console (see :ref:`Documentation/admin-guide/serial-console.rst <serial_console>`), and
7for braille device 7for braille device
8(in :menuselection:`Device Drivers --> Accessibility support --> Console on braille device`). 8(in :menuselection:`Device Drivers --> Accessibility support --> Console on braille device`).
9 9
@@ -13,7 +13,7 @@ format is::
13 console=brl,serial_options... 13 console=brl,serial_options...
14 14
15where ``serial_options...`` are the same as described in 15where ``serial_options...`` are the same as described in
16:ref:`Documentation/serial-console.txt <serial_console>`. 16:ref:`Documentation/admin-guide/serial-console.rst <serial_console>`.
17 17
18So for instance you can use ``console=brl,ttyS0`` if the braille device is connected to the first serial port, and ``console=brl,ttyS0,115200`` to 18So for instance you can use ``console=brl,ttyS0`` if the braille device is connected to the first serial port, and ``console=brl,ttyS0,115200`` to
19override the baud rate to 115200, etc. 19override the baud rate to 115200, etc.
@@ -31,7 +31,7 @@ parameter.
31For simplicity, only one braille console can be enabled, other uses of 31For simplicity, only one braille console can be enabled, other uses of
32``console=brl,...`` will be discarded. Also note that it does not interfere with 32``console=brl,...`` will be discarded. Also note that it does not interfere with
33the console selection mechanism described in 33the console selection mechanism described in
34:ref:`Documentation/serial-console.txt <serial_console>`. 34:ref:`Documentation/admin-guide/serial-console.rst <serial_console>`.
35 35
36For now, only the VisioBraille device is supported. 36For now, only the VisioBraille device is supported.
37 37