diff options
Diffstat (limited to 'Documentation/admin-guide/braille-console.rst')
-rw-r--r-- | Documentation/admin-guide/braille-console.rst | 6 |
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 | ||
4 | To get early boot messages on a braille device (before userspace screen | 4 | To get early boot messages on a braille device (before userspace screen |
5 | readers can start), you first need to compile the support for the usual serial | 5 | readers can start), you first need to compile the support for the usual serial |
6 | console (see :ref:`Documentation/serial-console.txt <serial_console>`), and | 6 | console (see :ref:`Documentation/admin-guide/serial-console.rst <serial_console>`), and |
7 | for braille device | 7 | for 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 | ||
15 | where ``serial_options...`` are the same as described in | 15 | where ``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 | ||
18 | So 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 | 18 | So 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 |
19 | override the baud rate to 115200, etc. | 19 | override the baud rate to 115200, etc. |
@@ -31,7 +31,7 @@ parameter. | |||
31 | For simplicity, only one braille console can be enabled, other uses of | 31 | For 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 |
33 | the console selection mechanism described in | 33 | the 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 | ||
36 | For now, only the VisioBraille device is supported. | 36 | For now, only the VisioBraille device is supported. |
37 | 37 | ||