I submitted this patch three weeks ago. It seems obviously correct and worthwhile.
Why has this patch not been adopted? ---------- Forwarded message ---------- Date: Mon, 28 Mar 2005 20:38:24 -0500 (EST) From: D. Hugh Redelmeier <[EMAIL PROTECTED]> To: [email protected] Subject: [PATCH] tweak doc/install.txt - references to "drivers" directory should be spelled "driver" - after new modules are installed, depmod should be run Hugh Redelmeier [EMAIL PROTECTED] =================================================================== RCS file: doc/RCS/install.txt,v retrieving revision 1.1 diff -u -r1.1 doc/install.txt --- doc/install.txt 2005/03/28 22:54:33 1.1 +++ doc/install.txt 2005/03/28 22:59:54 @@ -8,11 +8,12 @@ (can we check this?) 1. unpack the tarball - 2. cd .../drivers + 2. cd .../driver 3. make 4. make install 5. unload any old drivers - 6. modprobe ivtv + 6. depmod + 7. modprobe ivtv Comments: * The driver is not affected by the 4k/8k stacks kernel configuration. @@ -25,11 +26,12 @@ (can we check this?) 1. unpack the tarball - 2. cd .../drivers + 2. cd .../driver 3. make 4. make install 5. unload any old drivers - 6. modprobe ivtv + 6. depmod + 7. modprobe ivtv General Comments ================ ================ end ================ ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
