Quote:
Originally Posted by metalkode
I wonder what the -62 return code is...
|
62 is ETIME, timeout.
The Cypress TrueTouch controller is being reset, then the first thing they do is ask for the HID report descriptor and they are not getting it. This is basically a total failure.
Using HID reports on an I²C device is something new to me. I'm very used to it in USB and Bluetooth, just never seen it this way.
This could just be that you've got software for the completely wrong hardware.
If it were me, I might just scan I²C bus #4 to see if there is anything responding at address 24.
Just out of curiosity:
Code:
# ls -l /sys/bus/i2c/devices
FWIW, this is my Poke3:
Code:
4-001f i2c_camera
4-0038 fts_ts FocalTech touch Screen
6-0009 wacom
6-0038 lm3630a_bl TI LED driver LM3630A
8-000b tc358762 Toshiba display interface bridge
8-0068 tps6518x TI power management for Eink TPS65185, TPS65186
Hmm, does the Poke3 support HDMI over USB Type C?