aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-06 20:44:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-13 12:25:35 -0200
commit82d7669dc3c0e795c24111fed88e9d5d70f209e0 (patch)
tree89b01d5e4613699de62ed32744f0f78bce2c433f /include/linux/dvb
parentV4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API. (diff)
downloadlinux-dev-82d7669dc3c0e795c24111fed88e9d5d70f209e0.tar.xz
linux-dev-82d7669dc3c0e795c24111fed88e9d5d70f209e0.zip
V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation
This means that when developers add new commands then they'll be see the DTV_MAX_COMMAND define and will be more likely to modify it, without having to modify the command validation code. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index eb98f8c37cad..1cfcd1a86e8a 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -270,6 +270,8 @@ struct dvb_frontend_event {
#define DTV_API_VERSION 35
+#define DTV_MAX_COMMAND DTV_API_VERSION
+
typedef enum fe_pilot {
PILOT_ON,
PILOT_OFF,