From e2d3b28b643f2a1ec4691ee372ec7deb4a3c7db2 Mon Sep 17 00:00:00 2001 From: smckown Date: Wed, 7 Nov 2007 15:55:01 +0000 Subject: [PATCH] These were changes incorporated that I sent to Walt Zarnoch, zarnochwf1@gmail.com. Minor at best. --- README.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.2