X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=README.txt;h=f2c583cd83683c592317326f22f92b395ba01104;hb=e2d3b28b643f2a1ec4691ee372ec7deb4a3c7db2;hp=932cfcb197044e5af7ab5fad0acbf2272e2ad96e;hpb=21b2531f5a9474b90f6b984a9f71b027678a0ef7;p=cp210x.git diff --git a/README.txt b/README.txt index 932cfcb..f2c583c 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ To make the cp2101 driver from this code base: -cp -a cp2103 cp2103.build -cd cp2103.build +For older kernels (2.6.15-2.6.17): + ./configure vi cp2101.c replace #include "usb-serial.h" with @@ -11,10 +11,8 @@ 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+): +For newer kernels (2.6.20 and up): -cp -a cp2103 cp2103.build -cd cp2103.build ./configure -kver `uname -r` make -f Makefile.go all chmod a+x installmod