mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (10236): pvrusb2: Stop advertising VBI capability - it isn't there
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
952617f259
commit
d166b02ea6
|
@ -91,7 +91,7 @@ static struct v4l2_capability pvr_capability ={
|
|||
.card = "Hauppauge WinTV pvr-usb2",
|
||||
.bus_info = "usb",
|
||||
.version = KERNEL_VERSION(0,8,0),
|
||||
.capabilities = (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VBI_CAPTURE |
|
||||
.capabilities = (V4L2_CAP_VIDEO_CAPTURE |
|
||||
V4L2_CAP_TUNER | V4L2_CAP_AUDIO | V4L2_CAP_RADIO |
|
||||
V4L2_CAP_READWRITE),
|
||||
.reserved = {0,0,0,0}
|
||||
|
|
Loading…
Reference in New Issue