mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
small fix
Origin commit data
------------------
Branch: master
Commit: b4fa159c5c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2018-09-05 (Wed, 05 Sep 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1652,6 +1652,13 @@ FROM_FIRST:
|
|||||||
bool cCA::SendCaPMT(eDVBCISlot* slot)
|
bool cCA::SendCaPMT(eDVBCISlot* slot)
|
||||||
{
|
{
|
||||||
printf("%s -> %s\n", FILENAME, __func__);
|
printf("%s -> %s\n", FILENAME, __func__);
|
||||||
|
if (slot->fd > 0)
|
||||||
|
{
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
setInputSource(slot, true);
|
||||||
|
#endif
|
||||||
|
setSource(slot);
|
||||||
|
}
|
||||||
if ((slot->fd > 0) && (slot->camIsReady))
|
if ((slot->fd > 0) && (slot->camIsReady))
|
||||||
{
|
{
|
||||||
if (slot->hasCAManager)
|
if (slot->hasCAManager)
|
||||||
@@ -1667,14 +1674,6 @@ bool cCA::SendCaPMT(eDVBCISlot* slot)
|
|||||||
slot->camgrSession->sendSPDU(0x90, 0, 0, slot->pmtdata, slot->pmtlen);
|
slot->camgrSession->sendSPDU(0x90, 0, 0, slot->pmtdata, slot->pmtlen);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (slot->fd > 0)
|
|
||||||
{
|
|
||||||
#if HAVE_ARM_HARDWARE
|
|
||||||
setInputSource(slot, true);
|
|
||||||
#endif
|
|
||||||
setSource(slot);
|
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user