[media] v4l2-ioctl: Add a default value for kernel version
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 Jun 2011 16:14:14 +0000 (13:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:12 +0000 (17:53 -0300)
commitae6db5154671759426046c2cbc2e20a82ff0feed
treeae18ddcd887dd3b978de912562946e94e212695a
parentb6dc1bab052891f7cbe158f7146a0f9d55806471
[media] v4l2-ioctl: Add a default value for kernel version

Most drivers don't increase kernel versions as newer features are added or
bug fixes are solved. So, vidioc_querycap returned value for cap->version is
meaningless. Instead of keeping this situation forever, let's add a default
value matching the current Linux version.

Drivers that want to keep their own version control can still do it, as they
can override the default value for cap->version.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ioctl.c