V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well.
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 16 Dec 2008 11:32:37 +0000 (08:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Dec 2008 18:43:59 +0000 (16:43 -0200)
The v4l_compat_ioctl32() function only tested for the presence of the
ioctl op, not for unlocked_ioctl. So it would always return an error
when used with drivers that use unlocked_ioctl instead of ioctl.

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

No differences found