mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed resetting CAMs
This commit is contained in:
parent
d2030debc0
commit
5ee947a492
@ -2887,3 +2887,6 @@ Reinhard Mantey <geronimo013@gmx.de>
|
|||||||
Michael Schneider <vdrportal_midas@gmx.de>
|
Michael Schneider <vdrportal_midas@gmx.de>
|
||||||
for reporting a problem with the EPG scan in case a transponder is not receivable in
|
for reporting a problem with the EPG scan in case a transponder is not receivable in
|
||||||
a setup with bonded devices
|
a setup with bonded devices
|
||||||
|
|
||||||
|
Marco Skambraks <marco@ammec.de>
|
||||||
|
for fixing resetting CAMs
|
||||||
|
3
HISTORY
3
HISTORY
@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
|
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
|
||||||
Schmirler).
|
Schmirler).
|
||||||
|
|
||||||
2012-05-20: Version 1.7.28
|
2012-05-29: Version 1.7.28
|
||||||
|
|
||||||
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
|
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
|
||||||
- Fixed getting the maximum short channel name length in case there are no short names
|
- Fixed getting the maximum short channel name length in case there are no short names
|
||||||
@ -7115,3 +7115,4 @@ Video Disk Recorder Revision History
|
|||||||
- If a recording has no info file, the 'title' of the recording's info is now set
|
- If a recording has no info file, the 'title' of the recording's info is now set
|
||||||
to the recording's name.
|
to the recording's name.
|
||||||
- cVector::Clear() now reinitializes any previously used members.
|
- cVector::Clear() now reinitializes any previously used members.
|
||||||
|
- Fixed resetting CAMs (thanks to Marco Skambraks).
|
||||||
|
3
ci.c
3
ci.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: ci.c 2.8 2012/02/29 10:24:41 kls Exp $
|
* $Id: ci.c 2.9 2012/05/29 11:13:40 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ci.h"
|
#include "ci.h"
|
||||||
@ -1715,6 +1715,7 @@ bool cCamSlot::Reset(void)
|
|||||||
if (ciAdapter->Reset(slotIndex)) {
|
if (ciAdapter->Reset(slotIndex)) {
|
||||||
resetTime = time(NULL);
|
resetTime = time(NULL);
|
||||||
dbgprotocol("ok.\n");
|
dbgprotocol("ok.\n");
|
||||||
|
lastModuleStatus = msReset;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
dbgprotocol("failed!\n");
|
dbgprotocol("failed!\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user