Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TUSB3410: Access I2C devices by Linux HID driver

Part Number: TUSB3410

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.