diff options
| author | Denis Efremov <efremov@linux.com> | 2018-06-05 12:31:25 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-05 13:33:12 +0300 |
| commit | 863a24bb5da2268d7705ec57fb2d16dfafa2e02c (patch) | |
| tree | d1d194fe1cf01eab5dc3abf07d48cbf86a28b43d /executor/executor_linux.cc | |
| parent | bf6fa5b6475b8c1d456748f43b2554f710336b3c (diff) | |
sys/linux: id field fix in v4l2_event_subscription
The id field in the v4l2_event_subscription structure
currently described as: id len[type, int32].
But all the documentation states is:
"id - ID of the event source. If there is no ID associated
with the event source, then set this to 0. Whether or not
an event needs an ID depends on the event type."
So, the documentation clearly states that:
1. id - is the source of an event
2. type - is the type of an event
3. for some types of events there is no source and id can be 0
According to this 'id int32' is more accurate description of
the field.
Diffstat (limited to 'executor/executor_linux.cc')
0 files changed, 0 insertions, 0 deletions
