aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:37:57 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-01 19:38:25 +0100
commit5e037c72eaaca8aaaad9591e31569208b8d36381 (patch)
tree3334539f8533d06ff851e95e2a932243c17a9f9c /lib/dvb/frontend.h
parent75266d70e4555902631c7e87a2ebd959fafb9b93 (diff)
downloadenigma2-5e037c72eaaca8aaaad9591e31569208b8d36381.tar.gz
enigma2-5e037c72eaaca8aaaad9591e31569208b8d36381.zip
fix no more turning positioner after leave positioner setup in some cases
this fixes bug #321
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index bac27539..4cf05081 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -75,6 +75,7 @@ private:
int m_dvbid;
int m_slotid;
int m_fd;
+ bool m_rotor_mode;
bool m_need_rotor_workaround;
bool m_can_handle_dvbs2;
char m_filename[128];