summaryrefslogtreecommitdiff
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorMichael Hunold <hunold@linuxtv.org>2004-10-26 20:38:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-26 20:38:53 -0700
commit81bef2b0962f5d0c3fd0a96be1de1f8936cb0a1f (patch)
tree5329d8ac9141481785392b817760a60d3441c6de /include/linux/dvb
parent65f4cda1a4b700c654435ccd49eccaf9fdc05936 (diff)
[PATCH] DVB: misc. updates to frontend drivers
- [DVB] add legacy DishNetwork support to dvb core and stv0299, thanks to Jeremy Hall - [DVB] mt352: major cleanup, support DVICO FusionHDTV DVB-T, thanks to Christopher Pascoe Signed-off-by: Michael Hunold <hunold@linuxtv.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 0d59e6d76830..d0300dcff0af 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -258,6 +258,8 @@ struct dvb_frontend_event {
#define FE_GET_FRONTEND _IOR('o', 77, struct dvb_frontend_parameters)
#define FE_GET_EVENT _IOR('o', 78, struct dvb_frontend_event)
+#define FE_DISHNETWORK_SEND_LEGACY_CMD _IO('o', 80) /* unsigned int */
+
#endif /*_DVBFRONTEND_H_*/