Change WARN_ON into WARN_ON_ONCE
[elmcan.git] / readme.rst
index a283e0af7ee148b72a72dc58821ffb0796c3e1fd..d98dddc09f1517c0af80b478735394ac2eb7ce8d 100644 (file)
@@ -1,4 +1,4 @@
-Linux SocketCAN driver for ELM327
+ELM327 driver for Linux SocketCAN
 ==================================
 
 Authors
@@ -53,7 +53,11 @@ Also, elmcan depends on ``can-dev``:
 
     sudo modprobe can-dev
 
+Install
+-------------
+    cd module/
 
+    sudo dkms install .
 
 Data sheet
 -----------
@@ -338,8 +342,9 @@ termination resistors on its PCB and try removing them.
 
 
 
-To Do list for future development
-----------------------------------
+Thanks
+-------
+
+Thanks go out to Oliver Neukum for his early reviews and suggestions.
 
-- flushing of ``tx_work`` is too late in ``ldisc_close()``
-  (is this still the case?)
+Several more people have encouraged me to finish this - thank you all.