diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-10-29 14:39:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-10-29 14:39:20 +0000 |
| commit | ff84dc4ee5f57e24a0777930d5482ee4ff53da0e (patch) | |
| tree | be1da715d8563d5815934cb219dc030b940563bd /lib/dvb/frontend.cpp | |
| parent | 1952e302cc1f9bf240f2307df0c3c937a9892817 (diff) | |
| download | enigma2-ff84dc4ee5f57e24a0777930d5482ee4ff53da0e.tar.gz enigma2-ff84dc4ee5f57e24a0777930d5482ee4ff53da0e.zip | |
add bouquet support
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 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> |
