V4L/DVB: V4L Doc: correct the documentation for VIDIOC_QUERYMENU
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 11 Sep 2010 14:38:51 +0000 (11:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:05:56 +0000 (01:05 -0200)
The VIDIOC_QUERYMENU documentation was not correct. EINVAL can be returned
if the driver does not support some of the menu items. I.e. in a list of
MPEG bitrates a driver generally supports only a subset of these.

This behavior has been in place for years, but was never properly documented.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found