Baptiste Clenet
2015-09-14 17:28:31 UTC
Hi,
I'm using a MT7628 chip and I try to implement an I2C device which
will use i2c-ralink adapter. I registered my i2c device with
module_i2c_driver(i2c_device_driver);
I can see it on my bus:
./sys/bus/i2c/drivers/i2c_device_driver
But it doesn't appear in /dev.
What am I doing wrong?
Regards,
I'm using a MT7628 chip and I try to implement an I2C device which
will use i2c-ralink adapter. I registered my i2c device with
module_i2c_driver(i2c_device_driver);
I can see it on my bus:
./sys/bus/i2c/drivers/i2c_device_driver
But it doesn't appear in /dev.
What am I doing wrong?
Regards,
--
Baptiste
Baptiste