aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-06 21:56:59 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 12:28:05 -0200
commitb87625f0ccbbc67efba356e73502fa9bbb784b1c (patch)
treef438bae01178fc2696a767adf5df18830377266e /include/linux/dvb/frontend.h
parenta4de91be46b73ec6743b9d76155550e49507723c (diff)
V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE
Tuning DVB-T via the S2API was failing, missing some essential items. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 6675edfab3f..5578fba208f 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -271,8 +271,10 @@ struct dvb_frontend_event {
#define DTV_API_VERSION 35
#define DTV_CODE_RATE_HP 36
#define DTV_CODE_RATE_LP 37
+#define DTV_GUARD_INTERVAL 38
+#define DTV_TRANSMISSION_MODE 39
-#define DTV_MAX_COMMAND DTV_CODE_RATE_LP
+#define DTV_MAX_COMMAND DTV_TRANSMISSION_MODE
typedef enum fe_pilot {
PILOT_ON,