diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-04 10:50:15 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-04 10:50:15 +0000 |
| commit | d58968e5ca43995658257b6e89f092c7572cde0a (patch) | |
| tree | 4aef791be3ba82ab2f621f12fae30799bf39cb4c /lib/dvb/frontend.h | |
| parent | 62d86f1ac67bfd0391922d766fa62a1849f5ddb4 (diff) | |
| download | enigma2-d58968e5ca43995658257b6e89f092c7572cde0a.tar.gz enigma2-d58968e5ca43995658257b6e89f092c7572cde0a.zip | |
fix tune failed problems on fast zap when a diseqc swicth is in use
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 6643db03..49e2da89 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -43,6 +43,9 @@ class eDVBFrontend: public iDVBFrontend, public Object { public: enum { + NEW_CSW, + NEW_UCSW, + NEW_TONEBURST, CSW, // state of the committed switch UCSW, // state of the uncommitted switch TONEBURST, // current state of toneburst switch |
