summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-06 21:01:47 -0400
committerSteven Toth <stoth@linuxtv.org>2008-10-06 21:01:47 -0400
commit4bfe022c9d8c09b8c4e8a2b429609bd4b73c2fea (patch)
tree8526603da2b2bba3a618bd87aaf9445dede7b916 /linux/include
parent77e4006bebedd63a6602c7672794fe8f4ad5752b (diff)
downloadmediapointer-dvb-s2-4bfe022c9d8c09b8c4e8a2b429609bd4b73c2fea.tar.gz
mediapointer-dvb-s2-4bfe022c9d8c09b8c4e8a2b429609bd4b73c2fea.tar.bz2
S2API: Added support for DTV_HIERARCHY
From: Steven Toth <stoth@linuxtv.org> A user tuning DVB-T via the S2API reports that this was not implemented, and his tuning was failing. Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index 313ba84e6..79fb7bd86 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -304,8 +304,9 @@ struct dvb_frontend_event {
#define DTV_CODE_RATE_LP 37
#define DTV_GUARD_INTERVAL 38
#define DTV_TRANSMISSION_MODE 39
+#define DTV_HIERARCHY 40
-#define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE
+#define DTV_MAX_COMMAND DTV_HIERARCHY
typedef enum fe_pilot {
PILOT_ON,