mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
@ -74,6 +74,11 @@ SUBSYSTEMS=="input", ATTRS{name}=="小米蓝牙遥控器", \
|
|||||||
ENV{eventlircd_enable}="true", \
|
ENV{eventlircd_enable}="true", \
|
||||||
ENV{eventlircd_evmap}="xiaomibtremoteAM.evmap"
|
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
|
# Ask eventlircd to handle USB HID devices that show up as event devices and are
|
||||||
# known to be remote controls. For simplicity, the event map file names have the
|
# known to be remote controls. For simplicity, the event map file names have the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user