07-07-2020, 04:37 AM
Found more info.
About ir driver: http://wiki.t-firefly.com/en/AIO-3399C/driver_ir.html
Source code of that driver:
https://gitlab.com/TeeFirefly/px3se-buil...emotectl.c
https://github.com/ayufan-rock64/android...emotectl.c
Tool to get key info:
https://source.android.com/devices/input/getevent
Chinese document regarding ir on rockchip:
https://translate.google.com/translate?h...2F89457743
I do have a device that could send any ir codes.
Doing a brute force right now.
Found that key codes:
0x404000FF or 0xFF -> KEY_0
0x404010EF -> KEY_8
About ir driver: http://wiki.t-firefly.com/en/AIO-3399C/driver_ir.html
Source code of that driver:
https://gitlab.com/TeeFirefly/px3se-buil...emotectl.c
https://github.com/ayufan-rock64/android...emotectl.c
Tool to get key info:
https://source.android.com/devices/input/getevent
Chinese document regarding ir on rockchip:
https://translate.google.com/translate?h...2F89457743
I do have a device that could send any ir codes.
Doing a brute force right now.
Found that key codes:
0x404000FF or 0xFF -> KEY_0
0x404010EF -> KEY_8