commit | 707ca1e30f087f9a6d144693dafc4b67880678c2 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Tue Sep 15 08:08:20 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Sep 19 00:15:25 2009 -0300 |
tree | c485bdf7ac2f1fd49fc154502edb94ef1511a7ca | |
parent | 3a360ced7b3756efbfe822871cc36dc0490fc46b [diff] |
V4L/DVB (12948): v4l1-compat: fix VIDIOC_G_STD handling The VIDIOC_G_STD ioctl may not be present in the case of radio receivers. In that case G_STD will return an error. The v4l1-compat layer should not attempt to propagate that error to the caller, instead it should be ignored. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>