mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc: fixed ir blasting
This commit is contained in:
parent
b78f72aa09
commit
407b7b17fa
@ -45,10 +45,10 @@ case "$ACTION" in
|
||||
elif [ -e "/etc/lirc/$CONFIG" ]; then
|
||||
LIRCD_CONFIG="$LIRCD_CONFIG /etc/lirc/$CONFIG"
|
||||
else
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exec $LIRCD $LIRCD_CONFIG
|
||||
|
@ -18,9 +18,9 @@ LABEL="begin"
|
||||
# Ask lircd_helper to lirc devices.
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#SUBSYSTEM=="lirc", \
|
||||
# ENV{lircd_driver}="default", \
|
||||
# ENV{lircd_conf}="lircd.conf"
|
||||
SUBSYSTEM=="lirc", \
|
||||
ENV{lircd_driver}="default", \
|
||||
ENV{lircd_conf}="lircd.conf"
|
||||
|
||||
### Microsoft Xbox DVD dongle
|
||||
SUBSYSTEM=="lirc", DRIVERS=="lirc_xbox", \
|
||||
|
Loading…
x
Reference in New Issue
Block a user