Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / Documentation / media / uapi / rc / lirc-set-rec-timeout.rst
blobb3e16bbdbc90f4c605acbe9664bd397ff4077eb0
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _lirc_set_rec_timeout:
5 **************************
6 ioctl LIRC_SET_REC_TIMEOUT
7 **************************
9 Name
10 ====
12 LIRC_SET_REC_TIMEOUT - sets the integer value for IR inactivity timeout.
14 Synopsis
15 ========
17 .. c:function:: int ioctl( int fd, LIRC_SET_REC_TIMEOUT, __u32 *timeout )
18     :name: LIRC_SET_REC_TIMEOUT
20 Arguments
21 =========
23 ``fd``
24     File descriptor returned by open().
26 ``timeout``
27     Timeout, in microseconds.
30 Description
31 ===========
33 Sets the integer value for IR inactivity timeout.
35 If supported by the hardware, setting it to 0  disables all hardware timeouts
36 and data should be reported as soon as possible. If the exact value
37 cannot be set, then the next possible value _greater_ than the
38 given value should be set.
40 .. note::
42    The range of supported timeout is given by :ref:`LIRC_GET_MIN_TIMEOUT`.
45 Return Value
46 ============
48 On success 0 is returned, on error -1 and the ``errno`` variable is set
49 appropriately. The generic error codes are described at the
50 :ref:`Generic Error Codes <gen-errors>` chapter.