rcinput: add RC_touchpad_toggle and RC_vod

Origin commit data
------------------
Branch: ni/coolstream
Commit: 72c43ea90d
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-27 (Tue, 27 Sep 2022)

Origin message was:
------------------
- rcinput: add RC_touchpad_toggle and RC_vod

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-09-27 23:58:23 +02:00
parent 228594f31f
commit 34d7dbf81b
3 changed files with 10 additions and 0 deletions

View File

@@ -1721,6 +1721,10 @@ const char * CRCInput::getSpecialKeyName(const unsigned int key)
return "play / pause";
case RC_pvr:
return "pvr";
case RC_touchpad_toggle:
return "touchpad toggle";
case RC_vod:
return "vod";
case RC_f1:
return "f1";
case RC_f2: