mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #1081 from Raybuntu/eventlircd
eventlircd: Fix missing buttons with WP2 remote
This commit is contained in:
commit
810429406b
@ -74,6 +74,11 @@ SUBSYSTEMS=="input", ATTRS{name}=="gpio_keypad", \
|
||||
ENV{eventlircd_enable}="true", \
|
||||
ENV{eventlircd_evmap}="default.evmap"
|
||||
|
||||
# Amlogic Remotes
|
||||
SUBSYSTEMS=="input", ATTRS{name}=="aml_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
|
||||
# known to be remote controls. For simplicity, the event map file names have the
|
||||
|
@ -64,7 +64,7 @@ key_begin
|
||||
0x30 10 # 9
|
||||
0x71 14 # delete
|
||||
0x21 11 # 0
|
||||
0x72 58 # caps lock
|
||||
0x72 87 # capslock (mapped as F11)
|
||||
0x48 127 # menu
|
||||
0x03 102 # home
|
||||
0x61 158 # back
|
||||
|
Loading…
x
Reference in New Issue
Block a user