aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l/gen-errors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/media/v4l/gen-errors.xml')
-rw-r--r--Documentation/DocBook/media/v4l/gen-errors.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/gen-errors.xml b/Documentation/DocBook/media/v4l/gen-errors.xml
index d970f080f88d..c9818799764d 100644
--- a/Documentation/DocBook/media/v4l/gen-errors.xml
+++ b/Documentation/DocBook/media/v4l/gen-errors.xml
@@ -48,6 +48,11 @@
48 that this request would overcommit the usb bandwidth reserved 48 that this request would overcommit the usb bandwidth reserved
49 for periodic transfers (up to 80% of the USB bandwidth).</entry> 49 for periodic transfers (up to 80% of the USB bandwidth).</entry>
50 </row> 50 </row>
51 <row>
52 <entry>EWOULDBLOCK</entry>
53 <entry>Operation would block. Used when the ioctl would need to wait
54 for an event, but the device was opened in non-blocking mode.</entry>
55 </row>
51 </tbody> 56 </tbody>
52 </tgroup> 57 </tgroup>
53</table> 58</table>