driver/rcinput.cpp: add NeutrinoMessages::EVT_HOTPLUG

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a6ef5b30d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-04-23 17:20:48 +04:00
parent 9bd38ec200
commit 00ac5c6c0c
2 changed files with 10 additions and 1 deletions

View File

@@ -158,7 +158,9 @@ struct NeutrinoMessages {
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23,
/* sectionsd */
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25 /* data: (t_channel_id *) */
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
EVT_HOTPLUG = CRCInput::RC_WithData + 26 /* data: char */
};
enum
{