summaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-02-11 00:23:40 +0100
committernorly <ny-git@enpas.org>2022-02-11 00:24:48 +0100
commit381e51e0ffe73f454da6aeb58b7f2b7aa514a90e (patch)
tree5c9339e5cf1e6d19adbf23d856b83fb73822a97e /readme.rst
parent8b5dee0e36334412500b1ba41dca51fd10cbb56e (diff)
readme.rst: Remove module parameter documentation
Whoops, forgot to remove the accept_flaky_uart documentation.
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/readme.rst b/readme.rst
index 5aa6b52..5fb0e5e 100644
--- a/readme.rst
+++ b/readme.rst
@@ -112,23 +112,6 @@ sheet. This needs to be done before attaching the line discipline.
-Module parameters
-------------------
-
-- ``accept_flaky_uart`` - Try to live with a bad controller or UART line
-
- Some adapters and/or their connection are unreliable. Enable this
- option to try and work around the situation. This is a best effort
- workaround, so undefined behavior will likely occur sooner or later.
- Without this option, the driver will bail on the first unrecognized
- character it receives from the TTY.
-
- LOAD TIME::
-
- module/kernel parameter: accept_flaky_uart=[0|1]
-
-
-
Known limitations of the controller
------------------------------------