NOTE: This version of the driver is for 2.4 kernels only. Please use the most
      recent kernel that you can, as old kernels may not be compatible.

More thorough installation instructions are available at:
http://alpha.dyndns.org/ov511/install.html

Quick Installation:

	make clean
	make
	cp *.o /lib/modules/<KERNEL_VERSION>/kernel/drivers/usb/

Version 1.38 of the driver introduced loadable decompression modules. If you
want compression support, you must load ov511_decomp after loading ov511. You
must unload ov511_decomp before unloading ov511.

NOTE: The i2c_algo_usb.[ch] files are only necessary if you want to help with
      TV tuner development. They are only compiled if you run "make i2c".

Please see ov511.txt for more information.

