]> git.baikalelectronics.ru Git - kernel.git/commit
[media] DocBook: media: struct v4l2_capability card field is a UTF-8 string
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 7 Jan 2013 19:30:24 +0000 (16:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 21:24:03 +0000 (19:24 -0200)
commit5548e9c49a358958cc8ddb753a9364881faece2c
treeb85e3f1305a5afdbff49aeb05abc947b334db629
parente5330a772e7425a0cf295bf2a0c03cdc6f2d680a
[media] DocBook: media: struct v4l2_capability card field is a UTF-8 string

The struct v4l2_capability card field stores the device name. That name
can be hardcoded in drivers, or be retrieved directly from the device.
The later is very common with USB devices. As several devices already
report names that include non-ASCII characters, update the field
description to use UTF-8.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/DocBook/media/v4l/vidioc-querycap.xml