From: "Markus Schulz" <msc@antzsystem.de>
I've played a little bit with different i2c addresse (loop from 0x7 to
0x20) but with no luck.
The problem seems to be that no i2c level transform is possible. Each
i2c_transfer returned -ENOSYS cause of undefined i2c->algo->master_xfer
variable.(checked against i2c-core.c code)
The SAA7146A module must load first, and provide the i2c transfer function.
The frontend module must load as somewhat of a "child device". Sorry, I
don't know how that works on Linux, I'm a Windows programmer... ;)