mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +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
2c0d0f6456
commit
d209f33722
@ -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