mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eventlircd: adding new rule for iMON Panel, Knob and Mouse(15c2:ffdc)
- enables eventlircd for Imon UltraBay (front panel buttons) - this will fix the issue with some front panel buttons not being detected by Kodi (if keycode value is higher than 255) Signed-off-by: pretoriano80 <viusflag@libero.it>
This commit is contained in:
parent
5ecc7e3674
commit
fd9975888c
@ -73,6 +73,11 @@ SUBSYSTEMS=="input", ATTRS{name}=="Xiaomi Remote", \
|
||||
SUBSYSTEMS=="input", ATTRS{name}=="小米蓝牙遥控器", \
|
||||
ENV{eventlircd_enable}="true", \
|
||||
ENV{eventlircd_evmap}="xiaomibtremoteAM.evmap"
|
||||
|
||||
# iMON Ultrabay Front Panel
|
||||
SUBSYSTEMS=="input", ATTRS{name}=="iMON Panel, Knob and Mouse(15c2:ffdc)", \
|
||||
ENV{eventlircd_enable}="true", \
|
||||
ENV{eventlircd_evmap}="default.evmap"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Ask eventlircd to handle USB HID devices that show up as event devices and are
|
||||
|
Loading…
x
Reference in New Issue
Block a user