mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eventlircd: change delayrate to 200ms for 'gpio-rc-recv'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c2aecd77b3
commit
9c510434fe
@ -177,9 +177,16 @@ ENV{ID_VENDOR_ID}=="0471", ENV{ID_MODEL_ID}=="20cc", \
|
||||
|
||||
LABEL="end-usb"
|
||||
|
||||
# Automatically set Delayrate to 200ms to avoid double keypresses with
|
||||
# gpio-rc-recv
|
||||
DRIVERS=="gpio-rc-recv", \
|
||||
RUN+="/usr/bin/ir-keytable --delay=200 --device=$devnode", \
|
||||
GOTO="end-keytable"
|
||||
|
||||
# Set default delays (1000ms for first repeat, to avoid multiple keypresses).
|
||||
RUN+="/usr/bin/ir-keytable --delay=1000 --device=$devnode"
|
||||
|
||||
LABEL="end-keytable"
|
||||
#-------------------------------------------------------------------------------
|
||||
# Ask eventlircd to handle Bluetooth HID devices that show up as event devices
|
||||
# and are known to be remote controls. For simplicity, the event map file names
|
||||
|
Loading…
x
Reference in New Issue
Block a user