aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-10-06 11:55:09 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-06 11:55:09 +0200
commit37152843c915fd0a9352256d804ced4ff54c23c4 (patch)
treefbc7a5b7e428997e9feed5eac23b9960273545dd /lib/dvb/dvb.h
parent03dba41f691f1ae6a315d0a13c5af66fdf93fbfd (diff)
parent27305d845d1bb4ca86a7e3e03b4c08cf3f3433fc (diff)
downloadenigma2-37152843c915fd0a9352256d804ced4ff54c23c4.tar.gz
enigma2-37152843c915fd0a9352256d804ced4ff54c23c4.zip
Merge remote branch 'origin/bug_530_add_dm800se_support'
Diffstat (limited to 'lib/dvb/dvb.h')
-rw-r--r--lib/dvb/dvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index 405bd557..fb925807 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -135,7 +135,7 @@ class eDVBResourceManager: public iObject, public Object
DECLARE_REF(eDVBResourceManager);
int avail, busy;
- enum { DM7025, DM800, DM500HD, DM8000 };
+ enum { DM7025, DM800, DM500HD, DM800SE, DM8000 };
int m_boxtype;