]> oss.titaniummirror.com Git - cp210x.git/blobdiff - README.txt
This is the version of the driver modified by TMI to support setting of the
[cp210x.git] / README.txt
diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..932cfcb
--- /dev/null
@@ -0,0 +1,22 @@
+To make the cp2101 driver from this code base:
+
+cp -a cp2103 cp2103.build
+cd cp2103.build
+./configure
+vi cp2101.c
+  replace #include "usb-serial.h" with
+  #include "/path/to/usb-serial.h"
+  The file is found in linux source; may have to download it
+make -f Makefile.go all
+sudo make -f Makefile.go install
+to test: sudo modprobe cp2101, or plug in a device
+
+For newer kernels (2.6.20+):
+
+cp -a cp2103 cp2103.build
+cd cp2103.build
+./configure -kver `uname -r`
+make -f Makefile.go all
+chmod a+x installmod
+sudo make -f Makefile.go install
+to test: sudo modprobe cp2101, or plug in a device