mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
|
#ifdef HAVE_ARM_HARDWARE
|
||||||
case KEY_VIDEO:
|
case KEY_VIDEO:
|
||||||
return RC_favorites;
|
return RC_favorites;
|
||||||
|
case KEY_FASTFORWARD:
|
||||||
|
return RC_forward;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_AZBOX_HARDWARE
|
#ifdef HAVE_AZBOX_HARDWARE
|
||||||
case KEY_HOME:
|
case KEY_HOME:
|
||||||
|
Reference in New Issue
Block a user