On Wed, Mar 23, 2011 at 09:52:44AM -0400, Alan Cox wrote: > > > > + /* setup i2c adapter description */ > > > > + dev->adapter.owner = THIS_MODULE; > > > > + dev->adapter.class = I2C_CLASS_HWMON; > > > > > > Doesn't seem to be HWMON ? > > > > > You lost me there. Why not ? Many if not all I2C bus drivers register as > > I2C_CLASS_HWMON. > > Would you expect platform hardware monitoring devices to be hanging off > it ? > Yes. That is actually my primary use for it - to connect to various hwmon devices. This way I can connect to prototype boards to develop drivers, and I don't have to wait for HW to come in. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html