]> git.baikalelectronics.ru Git - kernel.git/commit
media: vidioc-querycap: use a more realistic value for KERNEL_VERSION
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 2 Sep 2017 20:32:15 +0000 (16:32 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 10:24:45 +0000 (06:24 -0400)
commit59c5a19bde32fd10c2c8abe2f946f576ac1a0653
tree925d79ef9ef9a56229ef52821f0a3192ce717d9c
parent64455275de62f0269c04ffe4659a11f58ed3cf4d
media: vidioc-querycap: use a more realistic value for KERNEL_VERSION

In the past, V4L2 versions were 0.x.y, but that changed years
ago. Since Kernel 3.1, however, the numbering schema was changed
to match the Kernel version.

However, the presented example still uses the old numerating
schema, with is a misleading information.

So, update it to the new schema.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/vidioc-querycap.rst