I do not know, whether it is a feature request or a bug report - feel free to move the topic to whatever category seems to fit best…
While the Fire TV remote seems to work out of box on a Raspberry Pi2 running OSMC, the Fire TV Stick remote doesn’t (see Bluetooth Amazon FireTV Stick Remote for details).
They are two different remotes :
1949:0401 (FireTV Remote)
1949:0404 (FireTV Stick Remote)
Currently, it needs the following workaround to get the Fire TV Stick remote working on OSMC:
/etc/eventlircd.d/aftvsremote.evmap:
KEY_KPENTER = KEY_OK
KEY_UP = KEY_UP
KEY_LEFT = KEY_LEFT
KEY_RIGHT = KEY_RIGHT
KEY_DOWN = KEY_DOWN
KEY_MENU = KEY_EPG
KEY_BACK = KEY_EXIT
KEY_PLAYPAUSE = KEY_PLAY
KEY_REWIND = KEY_REWIND
KEY_HOMEPAGE = KEY_MEDIA
KEY_FASTFORWARD = KEY_FASTFORWARD
/etc/udev/rules.d/99-eventlircd.rules:
SUBSYSTEMS=="bluetooth", GOTO="begin-bluetooth"
GOTO="end-bluetooth"
LABEL="begin-bluetooth"
ATTRS{name}=="Amazon Fire TV Remote", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="aftvsremote.evmap"
LABEL="end-bluetooth"
Support out of box would be nice, since the Fire TV Stick remote works excellent for Kodi and costs only 15 bucks…