mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
neutrino, zapit: drop EVT_SCAN_REPORT_FREQUENCY,
use EVT_SCAN_REPORT_FREQUENCYP to pass full feparams,
fix scan transponder display info
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e9b71af90
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-02 (Thu, 02 Oct 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -993,10 +993,6 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
*msg = NeutrinoMessages::EVT_SCAN_REPORT_NUM_SCANNED_TRANSPONDERS;
|
||||
*data = *(unsigned*) p;
|
||||
break;
|
||||
case CZapitClient::EVT_SCAN_REPORT_FREQUENCY:
|
||||
*msg = NeutrinoMessages::EVT_SCAN_REPORT_FREQUENCY;
|
||||
*data = *(unsigned*) p;
|
||||
break;
|
||||
case CZapitClient::EVT_SCAN_FOUND_A_CHAN:
|
||||
*msg = NeutrinoMessages::EVT_SCAN_FOUND_A_CHAN;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user