summaryrefslogtreecommitdiff
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-06 22:01:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 12:28:12 -0200
commitef526f4246f566370218bb6e639f7549244ca5a2 (patch)
treef9f4fd541cbfdfdafccc9f9e6197f1b0bb33e1ba /include/linux/dvb
parentb87625f0ccbbc67efba356e73502fa9bbb784b1c (diff)
V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY
A user tuning DVB-T via the S2API reports that this was not implemented, and his tuning was failing. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r--include/linux/dvb/frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 5578fba208f4..e185627219e3 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -273,8 +273,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,