aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-29 14:39:20 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-10-29 14:39:20 +0000
commitff84dc4ee5f57e24a0777930d5482ee4ff53da0e (patch)
treebe1da715d8563d5815934cb219dc030b940563bd /lib/dvb/frontend.cpp
parent1952e302cc1f9bf240f2307df0c3c937a9892817 (diff)
downloadenigma2-ff84dc4ee5f57e24a0777930d5482ee4ff53da0e.tar.gz
enigma2-ff84dc4ee5f57e24a0777930d5482ee4ff53da0e.zip
add bouquet support
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index a4ad170d..37ce13a6 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -6,6 +6,10 @@
#include <fcntl.h>
#include <sys/ioctl.h>
+#ifndef I2C_SLAVE_FORCE
+#define I2C_SLAVE_FORCE 0x0706
+#endif
+
#if HAVE_DVB_API_VERSION < 3
#include <ost/frontend.h>
#include <ost/sec.h>