[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)
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

index 4c70215ae03fee9040c0472c489753dd3d1fed9a..d5a3c97b206a431d9b5d7a969a56d877aee83558 100644 (file)
@@ -76,7 +76,7 @@ make sure the strings are properly NUL-terminated.</para></entry>
          <row>
            <entry>__u8</entry>
            <entry><structfield>card</structfield>[32]</entry>
-           <entry>Name of the device, a NUL-terminated ASCII string.
+           <entry>Name of the device, a NUL-terminated UTF-8 string.
 For example: "Yoyodyne TV/FM". One driver may support different brands
 or models of video hardware. This information is intended for users,
 for example in a menu of available devices. Since multiple TV cards of
This page took 0.026692 seconds and 5 git commands to generate.