mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
added lirc_rpi section to udev.d/98_lircd.rules
This commit is contained in:
parent
7621731a35
commit
25c01ba39c
@ -25,6 +25,11 @@ SUBSYSTEM=="lirc", DRIVERS=="lirc_xbox", \
|
|||||||
ENV{lircd_driver}="default", \
|
ENV{lircd_driver}="default", \
|
||||||
ENV{lircd_conf}="/etc/lirc/lircd.conf.xbox"
|
ENV{lircd_conf}="/etc/lirc/lircd.conf.xbox"
|
||||||
|
|
||||||
|
### RPi GPIO IR Receiver
|
||||||
|
SUBSYSTEM=="lirc", DRIVERS=="lirc_rpi", \
|
||||||
|
ENV{lircd_driver}="default", \
|
||||||
|
ENV{lircd_conf}="/etc/lirc/lircd.conf.rpi"
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Ask lircd_helper to handle USB devices that do not show up as lirc devices
|
# Ask lircd_helper to handle USB devices that do not show up as lirc devices
|
||||||
# and are supported by lircd. Remote controls that are USB HID devices that show
|
# and are supported by lircd. Remote controls that are USB HID devices that show
|
||||||
|
Loading…
x
Reference in New Issue
Block a user