rcinput: add vu+ timer key

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b528ba01f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- rcinput: add vu+ timer key

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-10-03 01:26:27 +02:00
parent a3d8715b5b
commit 6ea7c706e6

View File

@@ -1751,6 +1751,8 @@ int CRCInput::translate(int code)
return RC_favorites;
case KEY_FASTFORWARD:
return RC_forward;
case 0xb0: // vuplus timer key
return RC_timer;
#endif
#ifdef HAVE_AZBOX_HARDWARE
case KEY_HOME: