I have an C120 air mouse remote. It has a 2.4GHz dongle, no IR functions, keyboard on the back and navigation buttons and mouse button on the front. (link)
My system is a DELL Wyse thin client with an Intel CPU, running LibreELEC 12.0.2 and Kodi 21.2.0.
The remote works fine in Kodi in mouse mode and in regular mode, except 3 buttons: volume up/down and back.
In LibreELEC, I have identified these events linked to the remote:
* event6: the 3 missing keys (and only those)
* event7: all working buttons (navigation and the backside keyboard)
* event8: mouse movement and buttons (when remote is in mouse mode)
Although they produce the expected output with evtest, the 3 event6 buttons do not give any code in the Kodi keymap editor.
Output of cat /proc/bus/input/devices for the ones linked to the remote is below.
Any suggestions?
(note: this is a different remote from my earlier questions. I got this one hoping it would work since it is a bit more simple, but alas.)
I: Bus=0003 Vendor=1915 Product=1025 Version=0111
N: Name="USB Composite Device USB Composite Device Consumer Control"
P: Phys=usb-0000:00:15.0-1.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:15.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1915:1025.0003/input/input6
U: Uniq=0001
H: Handlers=kbd event6
B: PROP=0
B: EV=1f
B: KEY=33eff 0 0 483ffff17aff32d bfd4444600000000 103ff 130ff38b17c000 677bfad9415fed 9ed68000004400 10000002
B: REL=1040
B: ABS=100000000
B: MSC=10
I: Bus=0003 Vendor=1915 Product=1025 Version=0111
N: Name="USB Composite Device USB Composite Device Keyboard"
P: Phys=usb-0000:00:15.0-1.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:15.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1915:1025.0003/input/input7
U: Uniq=0001
H: Handlers=sysrq kbd leds event7
B: PROP=0
B: EV=120013
B: KEY=10000 1000000000007 ff9f207ac140d7ff febeffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0003 Vendor=1915 Product=1025 Version=0111
N: Name="USB Composite Device USB Composite Device Mouse"
P: Phys=usb-0000:00:15.0-1.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:15.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1915:1025.0003/input/input8
U: Uniq=0001
H: Handlers=mouse1 event8
B: PROP=0
B: EV=17
B: KEY=1f0000 0 0 0 0
B: REL=903
B: MSC=10
Display More