SUMMARY: This ports applicable 2.00 and 2.01 driver changes back to the 1.xx series. It also cleans up the code and removes the I2C code (which will be reimplemented correctly in the 2.xx drivers). ov511.c: - Remove I2C support and related TV tuner code - Remove dead code (old module params, bad buffer management code) - Fix warnings when compiling without procfs support - Fix reg_r() debug message - Fix printing of hex values - Fix bogus error handling in ov51x_v4l_open() - test_bit fix (from 2.5.9) - Improve definition of unit_video module param - Eliminate trailing whitespace, and other code cleanups ov511.h: - Remove I2C support and related TV tuner code ov511.txt: - Remove documentation of obsoleted module params Makefile: - Remove I2C support - Don't echo the echo commands themselves README: - Remove special I2C instructions i2c-algo-usb.h: i2c-algo-usb.c: - Deleted