diff options
Diffstat (limited to 'dvbdevice.c')
-rw-r--r-- | dvbdevice.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dvbdevice.c b/dvbdevice.c index 4c9268f4..d7f3c499 100644 --- a/dvbdevice.c +++ b/dvbdevice.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.c 2.67 2012/03/08 09:49:58 kls Exp $ + * $Id: dvbdevice.c 2.68 2012/03/13 09:50:56 kls Exp $ */ #include "dvbdevice.h" @@ -1090,6 +1090,11 @@ bool cDvbDevice::Probe(int Adapter, int Frontend) return true; } +cString cDvbDevice::DeviceName(void) const +{ + return frontendInfo.name; +} + bool cDvbDevice::Initialize(void) { new cDvbSourceParam('A', "ATSC"); |