summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-06 14:52:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-06 14:52:54 +0100
commitd1ea5ca06d13df24e5b0d7bf8c361425a2174832 (patch)
treefc0951804b769c549c8077832b7dd648aafd13e9 /HISTORY
parentf9a2758205490097ba88ec1bccc87a907915da94 (diff)
downloadvdr-d1ea5ca06d13df24e5b0d7bf8c361425a2174832.tar.gz
vdr-d1ea5ca06d13df24e5b0d7bf8c361425a2174832.tar.bz2
cDvbDevice now uses the FE_CAN_2G_MODULATION flag1.7.3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 94f22ff7..68bdc338 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5908,3 +5908,6 @@ Video Disk Recorder Revision History
If the output device needs this, it has to take care of it by itself.
- Fixed cPatPmtParser::ParsePmt() to reset vpid and vtype when switching from
a video to an audio channel (thanks to Reinhard Nissl).
+- cDvbDevice now uses the FE_CAN_2G_MODULATION flag to determine whether a device
+ can handle DVB-S2. The #define is still there to allow people with older drivers
+ who don't need DVB-S2 to use this version without pathcing.