Diff for /kfir/README between versions 1.4 and 1.5

version 1.4, 2001/10/29 14:51:16 version 1.5, 2005/02/18 14:40:27
Line 33  situtation in which you are using the dr Line 33  situtation in which you are using the dr
 This is an evaluation release of a Linux device driver module for the Kfir  This is an evaluation release of a Linux device driver module for the Kfir
 encoder card.  encoder card.
   
 Most of the files in kfir/driver/ are part of all newer Linux kernels.  
 If you are using a 2.4.x kernel you can also use the i2c and videodev files  
 from your kernel. They are included here for compatibility with 2.2.x kernels  
 which use an older I2C interface.  
   
 All files are released under the GNU General Public License.  All files are released under the GNU General Public License.
   
   This version supports kernel 2.6 series only.
   
 The actual new files for the Kfir driver are:   The actual new files for the Kfir driver are: 
   
 kfir.c kfir.h Kfir.h plx9054.h   kfir.c kfir.h Kfir.h plx9054.h 
   
 This driver is provided for evaluation purposes only.  This driver is provided for evaluation purposes only.
   
 Known problems: see http://linuxtv.org/mpeg2  Known problems: see FAQ
   
 INSTALLATION:  INSTALLATION:
   
 Change into the driver directory.  Change into the driver directory.
 The Makefile expects the configured sources of the currently used kernel to be   The Makefile expects the configured sources of the currently used kernel to be 
 in /usr/src/linux. Otherwise, change the setting of KERNEL_LOCATION in the Makefile.  linked in /lib/modules/VERSION/build. Otherwise, change the setting of
   KERNELSRCDIR in the Makefile.
   
 Do a "make"  Do a "make"
   
Line 90  sndfreq      - sndfreq=5,6,7 (cf. Kfir.h Line 88  sndfreq      - sndfreq=5,6,7 (cf. Kfir.h
 vidinput     - 0=Composite, 1=S-Video  vidinput     - 0=Composite, 1=S-Video
   
   
 Ralph Metzler <ralph@convergence.de>  
   
   Ralph Metzler <ralph@convergence.de>
   
   Anssi Hannula <anssi.hannula@gmail.com>
   - Updated for kernel 2.6 version of the driver

Removed from v.1.4  
changed lines
  Added in v.1.5


LinuxTV legacy CVS <linuxtv.org/cvs>