(1)在新加I2c设备驱动时,i2C的device和driver是如何挂载到一起的?即probe是如何开始的,也会有如上类似的关联。比如struct i2c_device_id,struct i2c_driver,i2c_add_driver,i2c_register_board_info (2)xxxxx_probe(struct i2c_client *, const struct i2c_device_id *)函数中两个形参又是哪里来的呢? (3)...
I can probe I2C switch(PCA9548A) and get address (0x71) currently. Because ofPCA9548A driver seems not probe in my platform,so I want to check sensors through I2C switch that can probe address in the first. Can you help me and provide how to control register...