diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:36 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-28 18:25:36 -0700 |
commit | 08340d0b0c4b007c6ea1f300e3281b012da7f21b (patch) | |
tree | df77f4eda2117643b00f22ae0e10d4bc9bce4642 /INSTALL | |
parent | 3a35050c66a731aa86d6cb3a7578e19036879be1 (diff) | |
download | mediapointer-dvb-s2-08340d0b0c4b007c6ea1f300e3281b012da7f21b.tar.gz mediapointer-dvb-s2-08340d0b0c4b007c6ea1f300e3281b012da7f21b.tar.bz2 |
stkwebcam: Remove buffer type check from g_parm and q/dq/reqbufs
From: Trent Piepho <xyzzy@speakeasy.org>
The v4l2-ioctl core only allows buffer types for which the corresponding
->vidioc_try_fmt_xxx() methods are defined to be used with
vidioc_(q|dq|query)bufs(), vidioc_reqbufs() and now vidioc_(s|g)_parm.
This driver only defines ->vidioc_try_fmt_vid_cap() so only VIDEO_CAPTURE
buffers are allowed to be used with vidioc_g_parm(), vidioc_qbuf(),
vidioc_dqbuf(), and vidioc_reqbufs().
Priority: normal
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
CC: Jaime Velasco Juan <jsagarribay@gmail.com>
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions