readme.rst: Split off out-of-tree documentation
authornorly <ny-git@enpas.org>
Thu, 10 Feb 2022 23:18:08 +0000 (00:18 +0100)
committernorly <ny-git@enpas.org>
Thu, 10 Feb 2022 23:37:17 +0000 (00:37 +0100)
This simplifies syncing changes with a future upstreamed version.

out-of-tree.rst [new file with mode: 0644]
readme.rst

diff --git a/out-of-tree.rst b/out-of-tree.rst
new file mode 100644 (file)
index 0000000..875ecf7
--- /dev/null
@@ -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.
index 5fb0e5e6e83e245980f2714860506719143e8388..408c6911663aeb4c8e9afd8f6c248a3a779bddd9 100644 (file)
@@ -1,6 +1,16 @@
+.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
+
 ELM327 driver for Linux SocketCAN
 ==================================
 
+Out-of-tree version
+--------------------
+
+This is the non-upstreamed version of the elmcan driver.
+Please see out-of-tree.rst for compilation/usage hints.
+
+
+
 Authors
 --------
 
@@ -44,21 +54,6 @@ known limitations in older controllers and clones.
 
 
 
-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 .
-
 Data sheet
 -----------
 
@@ -322,12 +317,3 @@ not helpful when trying to tap into the middle of an existing CAN bus.
 
 If communications don't work with the adapter connected, check for the
 termination resistors on its PCB and try removing them.
-
-
-
-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.