diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-09-13 23:43:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:36 -0400 |
commit | d7e7a1567894146ca6c9442c824dded4f0f48dde (patch) | |
tree | 771298b2f30d8e3dd05352771aa79ba015f1e963 /drivers/media/dvb | |
parent | d98821e21ecbadb8c4dbf608d25454a8835c0667 (diff) |
V4L/DVB (4631): Av7110: remove V4L2_CAP_VBI_CAPTURE flag
Implement fix suggested by Michael Hunold for a bug reported
by Philipp Matthias Hahn: Starting "kdetv" on a Siemens DVB-C 1.x
produced an oops because kdetv opened "/dev/vbi0".
Remove the V4L2_CAP_VBI_CAPTURE flag because it does not work with
this type of hardware anyway.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_v4l.c b/drivers/media/dvb/ttpci/av7110_v4l.c index 52b500a38c86..10cfe3131e72 100644 --- a/drivers/media/dvb/ttpci/av7110_v4l.c +++ b/drivers/media/dvb/ttpci/av7110_v4l.c | |||
@@ -921,7 +921,7 @@ static struct saa7146_ext_vv av7110_vv_data_st = { | |||
921 | static struct saa7146_ext_vv av7110_vv_data_c = { | 921 | static struct saa7146_ext_vv av7110_vv_data_c = { |
922 | .inputs = 1, | 922 | .inputs = 1, |
923 | .audios = 1, | 923 | .audios = 1, |
924 | .capabilities = V4L2_CAP_TUNER | V4L2_CAP_VBI_CAPTURE | V4L2_CAP_SLICED_VBI_OUTPUT, | 924 | .capabilities = V4L2_CAP_TUNER | V4L2_CAP_SLICED_VBI_OUTPUT, |
925 | .flags = SAA7146_USE_PORT_B_FOR_VBI, | 925 | .flags = SAA7146_USE_PORT_B_FOR_VBI, |
926 | 926 | ||
927 | .stds = &standard[0], | 927 | .stds = &standard[0], |