summaryrefslogtreecommitdiffstats
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorSteven Toth2008-09-26 05:16:25 +0200
committerMauro Carvalho Chehab2008-10-12 13:37:11 +0200
commitd48cb402a1ba48c4ad4a36c3c561386027318459 (patch)
treeef41126f8718540d976e27819b39a1e31acf9a58 /include/linux/dvb/frontend.h
parentV4L/DVB (9070): S2API: Removed the typedef for the commands, used defines ins... (diff)
downloadkernel-qcow2-linux-d48cb402a1ba48c4ad4a36c3c561386027318459.tar.gz
kernel-qcow2-linux-d48cb402a1ba48c4ad4a36c3c561386027318459.tar.xz
kernel-qcow2-linux-d48cb402a1ba48c4ad4a36c3c561386027318459.zip
V4L/DVB (9071): S2API: Implement result codes for individual commands
This allows application developers to determine which particular command in a sequence is invalid, or failing with error. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 7c17c71edb59..b561626fc8a0 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -323,6 +323,7 @@ struct dtv_property {
void *reserved2;
} buffer;
} u;
+ int result;
} __attribute__ ((packed));
/* No more than 16 properties during any given ioctl */