You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i2c bus drivers do not support ioctl directly; this is done through the i2c core. There could be a parameter that the driver doesn't like though, or a missing option. ???
Hello!
I'm trying to setup mlx90640 i2c device using CH341T-V3 usb stick. When device opened via ioctl command I get following:
Checking the source code it seems like ioctl call failed:
I'm not sure if drive fully support linux i2c bus commands or not.
Full source:
The text was updated successfully, but these errors were encountered: