mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Now deactivating MTD support if a non MCD capable CAM is inserted after removing a previously used CAM that is MCD capable
This commit is contained in:
parent
336822f672
commit
bcee8ad43d
@ -3567,6 +3567,8 @@ Onur Sent
|
||||
Helmut Binder <cco@aon.at>
|
||||
for improving calculating signal strength and quality
|
||||
for fixing switching through encrypted channels with the Up/Down keys
|
||||
for deactivating MTD support if a non MCD capable CAM is inserted after removing
|
||||
a previously used CAM that is MCD capable
|
||||
|
||||
Ulrich Eckhardt <uli@uli-eckhardt.de>
|
||||
for reporting a problem with shutdown after user inactivity in case a plugin is
|
||||
|
4
HISTORY
4
HISTORY
@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
|
||||
Senzel).
|
||||
- Official release.
|
||||
|
||||
2018-07-16: Version 2.4.1
|
||||
2018-09-23: Version 2.4.1
|
||||
|
||||
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
|
||||
by Johann Friedrichs).
|
||||
@ -9365,3 +9365,5 @@ Video Disk Recorder Revision History
|
||||
(reported by Ulrich Eckhardt).
|
||||
- Fixed switching through encrypted channels with the Up/Down keys (thanks to Helmut
|
||||
Binder).
|
||||
- Now deactivating MTD support if a non MCD capable CAM is inserted after removing
|
||||
a previously used CAM that is MCD capable (thanks to Helmut Binder).
|
||||
|
3
ci.c
3
ci.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: ci.c 4.21 2018/03/19 16:37:03 kls Exp $
|
||||
* $Id: ci.c 4.22 2018/09/23 10:17:20 kls Exp $
|
||||
*/
|
||||
|
||||
#include "ci.h"
|
||||
@ -1213,6 +1213,7 @@ void cCiConditionalAccessSupport::Process(int Length, const uint8_t *Data)
|
||||
}
|
||||
else {
|
||||
dsyslog("CAM %d: doesn't reply to QUERY - only a single channel can be decrypted", CamSlot()->SlotNumber());
|
||||
CamSlot()->MtdActivate(false);
|
||||
state = 4; // normal operation
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user