diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-05 16:36:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-05 16:36:51 -0300 |
commit | 7c0ef076eb4257ba9803b2312a5e734101900d4b (patch) | |
tree | 76e432fbc337ae82179367bbcfe8d4418edd0d56 /linux/drivers/media/dvb/dvb-core/dmxdev.c | |
parent | e5108b164b4e23e5d70b3db8ed6da9479366d289 (diff) | |
download | mediapointer-dvb-s2-7c0ef076eb4257ba9803b2312a5e734101900d4b.tar.gz mediapointer-dvb-s2-7c0ef076eb4257ba9803b2312a5e734101900d4b.tar.bz2 |
Remove DMX_GET_EVENT and associated data structures
From: Andreas Oberritter <obi@linuxtv.org>
The ioctl DMX_GET_EVENT has never been implemented.
I guess no software is using it because of its lack of implementation.
Future software won't use it, too, because this API doesn't make much
sense the way it is: Frontend events have their own different API.
Scrambling events can't be generated in a useful way by the hardware I
know of.
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/dmxdev.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dmxdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dmxdev.c b/linux/drivers/media/dvb/dvb-core/dmxdev.c index 04578df3f..988499dfd 100644 --- a/linux/drivers/media/dvb/dvb-core/dmxdev.c +++ b/linux/drivers/media/dvb/dvb-core/dmxdev.c @@ -872,9 +872,6 @@ static int dvb_demux_do_ioctl(struct inode *inode, struct file *file, mutex_unlock(&dmxdevfilter->mutex); break; - case DMX_GET_EVENT: - break; - case DMX_GET_PES_PIDS: if (!dmxdev->demux->get_pes_pids) { ret = -EINVAL; |