Hi,
We make the TUSB3410 as I2C master (PID=3421). We got the Windows library before and we can access I2C devices through TUSB3410 by this library on Windows.
On Linux, the system can detect TUSB3410 by HID driver and get USB descriptor by hid-example utilty.
1. Do you know how to control i2c devices by /dev/hidraw0?
2. How to access TUSB3410 register to TUSB3410? For example, how to get I2CSTA(Addr: FFF0h) data?
Thanks.