mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
reworked CA menu code
* added support for internal cardreaders for future conax support
* added inactivity shutdown timer for EuP
WARNING: new libcoolstream and libOpenThreads needed.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@925 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8c1fa5cc1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-12-07 (Tue, 07 Dec 2010)
Origin message was:
------------------
* reworked CA menu code
* added support for internal cardreaders for future conax support
* added inactivity shutdown timer for EuP
WARNING: new libcoolstream and libOpenThreads needed.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@925 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -106,14 +106,7 @@ struct NeutrinoMessages {
|
||||
EVT_SI_FINISHED = CRCInput::RC_Events + 39,
|
||||
|
||||
/* NEVER CHANGE THIS */
|
||||
EVT_CI_INSERTED = CRCInput::RC_Events + 60, /* data = slot num */
|
||||
EVT_CI_REMOVED = CRCInput::RC_Events + 61, /* data = slot num */
|
||||
EVT_CI_INIT_OK = CRCInput::RC_Events + 62, /* data = slot num */
|
||||
EVT_CI_MMI_MENU = CRCInput::RC_Events + 63,
|
||||
EVT_CI_MMI_LIST = CRCInput::RC_Events + 64,
|
||||
EVT_CI_MMI_TEXT = CRCInput::RC_Events + 65,
|
||||
EVT_CI_MMI_REQUEST_INPUT = CRCInput::RC_Events + 66,
|
||||
EVT_CI_MMI_CLOSE = CRCInput::RC_Events + 67,
|
||||
EVT_CA_MESSAGE = CRCInput::RC_Events + 60, /* data = CA_MESSAGE pointer */
|
||||
/* END */
|
||||
|
||||
EVT_CURRENTEPG = CRCInput::RC_WithData + 1,
|
||||
|
Reference in New Issue
Block a user