Changed the way a device is selected for receiving in order to keep devices with CAMs better available

This commit is contained in:
Klaus Schmidinger
2006-08-12 11:33:34 +02:00
parent 7390eaf765
commit 713093670f
3 changed files with 13 additions and 4 deletions

View File

@@ -4866,3 +4866,7 @@ Video Disk Recorder Revision History
- Made the cCiSession members sessionId and resourceId uint16_t and uint32_t,
respectively, to match their types in the CI session data (thanks to Ville Skytt<74>
for reporting that there are places where ntohs() is assigned to different types).
- Changed the way a device is selected for receiving in order to keep devices with
CAMs better available, even if this means recording on the primary device (reported
by J<>rn Reder; thanks to Anssi Hannula for improving handling Transfer Mode devices
in this).