diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-16 09:23:09 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-16 09:23:09 +0000 |
| commit | 7427772dbd7bd10ad6d59801f4628552f5eac6ab (patch) | |
| tree | 85af6ac4fcc526acc424c1f9679666aa0db82397 /lib/dvb/frontend.cpp | |
| parent | a4a0916f9569f364bb72e5f18e4035cabea9a7d9 (diff) | |
| download | enigma2-7427772dbd7bd10ad6d59801f4628552f5eac6ab.tar.gz enigma2-7427772dbd7bd10ad6d59801f4628552f5eac6ab.zip | |
add - untestd - frontend compatibility/priority check
Diffstat (limited to 'lib/dvb/frontend.cpp')
| -rw-r--r-- | lib/dvb/frontend.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index 640c32ca..79b56e1e 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -908,3 +908,7 @@ RESULT eDVBFrontend::setData(int num, int val) return -EINVAL; } +int eDVBFrontend::isCompatibleWith(const eDVBChannelID &chid) +{ + return 1; +} |
