mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
webtv channels integration port,
initial code (C) martii,
initial patch from jacek
Origin commit data
------------------
Branch: ni/coolstream
Commit: a473fe8194
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-08-27 (Wed, 27 Aug 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -161,7 +161,8 @@ struct NeutrinoMessages {
|
||||
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
|
||||
|
||||
EVT_HOTPLUG = CRCInput::RC_WithData + 26, /* data: char */
|
||||
EVT_FORMAT_DRIVE = CRCInput::RC_WithData + 27 /* data: char */
|
||||
EVT_FORMAT_DRIVE = CRCInput::RC_WithData + 27, /* data: char */
|
||||
EVT_WEBTV_ZAP_COMPLETE = CRCInput::RC_WithData + 28 /* data: (t_channel_id *) */
|
||||
};
|
||||
enum
|
||||
{
|
||||
@@ -173,6 +174,7 @@ struct NeutrinoMessages {
|
||||
mode_audio = 5,
|
||||
mode_pic = 6,
|
||||
mode_ts = 7,
|
||||
mode_webtv = 9,
|
||||
mode_mask = 0xFF,
|
||||
norezap = 0x100
|
||||
};
|
||||
|
Reference in New Issue
Block a user