mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
rcinput: fix unknown KEY_FASTFORWARD for ARM_HARDWARE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8efccc5f21
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)
Origin message was:
------------------
- rcinput: fix unknown KEY_FASTFORWARD for ARM_HARDWARE
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1738,6 +1738,8 @@ int CRCInput::translate(int code)
|
||||
#ifdef HAVE_ARM_HARDWARE
|
||||
case KEY_VIDEO:
|
||||
return RC_favorites;
|
||||
case KEY_FASTFORWARD:
|
||||
return RC_forward;
|
||||
#endif
|
||||
#ifdef HAVE_AZBOX_HARDWARE
|
||||
case KEY_HOME:
|
||||
|
Reference in New Issue
Block a user