mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
driver/rcinput.cpp: process CZapitClient::EVT_TUNE_COMPLETE
Origin commit data
------------------
Branch: ni/coolstream
Commit: ff1e40d684
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-19 (Sun, 19 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1017,6 +1017,10 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
|||||||
*msg = NeutrinoMessages::EVT_PMT_CHANGED;
|
*msg = NeutrinoMessages::EVT_PMT_CHANGED;
|
||||||
*data = (neutrino_msg_data_t) p;
|
*data = (neutrino_msg_data_t) p;
|
||||||
break;
|
break;
|
||||||
|
case CZapitClient::EVT_TUNE_COMPLETE:
|
||||||
|
*msg = NeutrinoMessages::EVT_TUNE_COMPLETE;
|
||||||
|
*data = (neutrino_msg_data_t) p;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
printf("[neutrino] event INITID_ZAPIT - unknown eventID 0x%x\n", emsg.eventID );
|
printf("[neutrino] event INITID_ZAPIT - unknown eventID 0x%x\n", emsg.eventID );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user