
This is a version of bttv with the new i2c code.  Work in progress,
beta quality.  You should know what you are doing if you want to
play with it.  2.1.x only.

Directories:

mod/	holds i2c Simon's code.
bttv/	adopted bttv driver.
util/	userland utilities:
	detect: does a i2c device scan
	eeprom: reader/writer for i2c eeprom chips.

Hint for hackers:  For historical reasons, there is some confusion about
the i2c address.  Simon's code used the "7-bit address + direction bit"
semantics, my code the "8-bit address, and every chip has a read and a
write address".  Therefore the address fields often shifted by one.
If something does'nt work what should, you should double-check this
first...

   Gerd

