On Thursday 21 June 2007, Jean Delvare wrote: > I2C bus drivers have to be implemented in the kernel, so user-space > isn't an option for me.
Well, you could have an i2c_algorithm that exports a character device node to user space, and then have a trivial user application that simply relays between that and the serial port. It's probably not much different to what you have in the end though. Arnd <>< - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/