From c940378afdeeafea7fb231f7222c9a90537e14ca Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Sun, 15 May 2011 12:33:58 -0300 Subject: [PATCH] --- yaml --- r: 261197 b: refs/heads/master c: 82f7b59cb80679038e8e3a99738cce5e094f69b6 h: refs/heads/master i: 261195: a91dfa3649463defd63aa77cb2c9eb3ff063aa65 v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml | 7 +++++++ .../Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a363d2ab4613..896b879ec89c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45f239ab82b2a808103a0fae02594961b09c5c8b +refs/heads/master: 82f7b59cb80679038e8e3a99738cce5e094f69b6 diff --git a/trunk/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml b/trunk/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml index 8b5e6ff7f3df..5146d00782e3 100644 --- a/trunk/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml +++ b/trunk/Documentation/DocBook/media/v4l/vidioc-g-ctrl.xml @@ -117,6 +117,13 @@ because another applications took over control of the device function this control belongs to. + + EACCES + + Attempt to set a read-only control or to get a + write-only control. + + diff --git a/trunk/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/trunk/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml index 3aa7f8f9ff0c..5e73517fa232 100644 --- a/trunk/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml +++ b/trunk/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml @@ -294,6 +294,13 @@ The field size is set to a value that is enough to store the payload and this error code is returned. + + EACCES + + Attempt to try or set a read-only control or to get a + write-only control. + +