summaryrefslogtreecommitdiff
path: root/out-of-tree.rst
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-02-11 00:18:08 +0100
committernorly <ny-git@enpas.org>2022-02-11 00:37:17 +0100
commit2210ae58494760f1e8c9a59123dd7ca0dbb4b348 (patch)
tree35814f81468cbab74d8a596faa95a52fa643a629 /out-of-tree.rst
parent381e51e0ffe73f454da6aeb58b7f2b7aa514a90e (diff)
readme.rst: Split off out-of-tree documentation
This simplifies syncing changes with a future upstreamed version.
Diffstat (limited to 'out-of-tree.rst')
-rw-r--r--out-of-tree.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/out-of-tree.rst b/out-of-tree.rst
new file mode 100644
index 0000000..875ecf7
--- /dev/null
+++ b/out-of-tree.rst
@@ -0,0 +1,29 @@
+Using ELM327 driver out-of-tree
+================================
+
+Requirements
+-------------
+
+This requires Linux 4.11 (for 431af779256c), and has been tested on 4.19.
+
+Also, elmcan depends on ``can-dev``:
+
+ sudo modprobe can-dev
+
+
+
+Install
+-------
+ cd module/
+
+ sudo dkms install .
+
+
+
+
+Thanks
+=======
+
+Thanks go out to Oliver Neukum for his early reviews and suggestions.
+
+Several more people have encouraged me to finish this - thank you all.