mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eventlircd: add rule for WeTek_Core power button
This commit is contained in:
parent
952cb3c8d9
commit
0730019fe5
@ -64,11 +64,16 @@ SUBSYSTEMS=="acpi", ATTRS{hid}=="LNXPWRBN", \
|
|||||||
ENV{eventlircd_enable}="true", \
|
ENV{eventlircd_enable}="true", \
|
||||||
ENV{eventlircd_evmap}="default.evmap"
|
ENV{eventlircd_evmap}="default.evmap"
|
||||||
|
|
||||||
# WeTek Play keyboard (power button)
|
# WeTek Play (power button)
|
||||||
SUBSYSTEMS=="input", ATTRS{name}=="key_input", \
|
SUBSYSTEMS=="input", ATTRS{name}=="key_input", \
|
||||||
ENV{eventlircd_enable}="true", \
|
ENV{eventlircd_enable}="true", \
|
||||||
ENV{eventlircd_evmap}="default.evmap"
|
ENV{eventlircd_evmap}="default.evmap"
|
||||||
|
|
||||||
|
# WeTek Core (power button)
|
||||||
|
SUBSYSTEMS=="input", ATTRS{name}=="gpio_keypad", \
|
||||||
|
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