mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eventlircd: dont' send _UP release events
Kodi doesn't support the artificial lirc release events and _UP leads to a clash since KEY_LEFT_UP and KEY_RIGHT_UP are valid linux input events since the diagonal key support in kernel 4.7.
This commit is contained in:
parent
f63efba4e9
commit
d3c568d81c
@ -2,7 +2,7 @@
|
||||
Description=Eventlirc server daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UP
|
||||
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
|
||||
KillMode=process
|
||||
TimeoutStopSec=1s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user