diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:35 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:35 -0700 |
commit | 4e02f28e367a1129eabbf9c8a94c1514d4fc7a8b (patch) | |
tree | 03f8fe1fb5109dc3c33e24ac6c803548f827d4f2 /linux/drivers/media/video/pvrusb2 | |
parent | c6a7ca4c96fd867b70c72a7fdb08866a592dd844 (diff) | |
download | mediapointer-dvb-s2-4e02f28e367a1129eabbf9c8a94c1514d4fc7a8b.tar.gz mediapointer-dvb-s2-4e02f28e367a1129eabbf9c8a94c1514d4fc7a8b.tar.bz2 |
saa7146: Remove buffer type check from vidioc_g_parm
From: Trent Piepho <xyzzy@speakeasy.org>
The v4l2-ioctl core now only allows buffer types for which the
corresponding ->vidioc_try_fmt_xxx() methods are defined to be used with
vidioc_(g|s)_parm.
The driver was only allowing VIDEO_CAPTURE buffers for g_parm, but since
the driver defines ->vidioc_try_fmt_vid_overlay() it will now allow
VIDEO_OVERLAY buffers as well. This should be fine as the fields the
driver fills in, readbuffers and frame rate, aren't wrong for VIDEO_OVERLAY
buffers.
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2')
0 files changed, 0 insertions, 0 deletions