diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-27 09:45:04 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-27 09:45:04 -0400 |
| commit | 85538b1ad145c67198cb55d02de14ba269cc323d (patch) | |
| tree | 409fca93b357839b8c89b7099f2888c087694b64 /include/uapi/linux | |
| parent | 9c1958fc326a0a0a533ec8e86ea6fa30977207de (diff) | |
| parent | d271d3d9b333c94cd54a12fa506e17772a04617c (diff) | |
Merge branch 'topic/docs-next' into v4l_for_linus
* topic/docs-next: (322 commits)
[media] cx23885-cardlist.rst: add a new card
[media] doc-rst: add some needed escape codes
[media] doc-rst: kapi: use :c:func: instead of :cpp:func
doc-rst: kernel-doc: fix a change introduced by mistake
[media] v4l2-ioctl.h add debug info for struct v4l2_ioctl_ops
[media] dvb_ringbuffer.h: some documentation improvements
[media] v4l2-ctrls.h: fully document the header file
[media] doc-rst: Fix some typedef ugly warnings
[media] doc-rst: reorganize the kAPI v4l2 chapters
[media] rename v4l2-framework.rst to v4l2-intro.rst
[media] move V4L2 clocks to a separate .rst file
[media] v4l2-fh.rst: add cross references and markups
[media] v4l2-fh.rst: add fh contents from v4l2-framework.rst
[media] v4l2-fh.h: add documentation for it
[media] v4l2-event.rst: add cross-references and markups
[media] v4l2-event.h: document all functions
[media] v4l2-event.rst: add text from v4l2-framework.rst
[media] v4l2-framework.rst: remove videobuf quick chapter
[media] v4l2-dev: add cross-references and improve markup
[media] doc-rst: move v4l2-dev doc to a separate file
...
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/lirc.h | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/include/uapi/linux/lirc.h b/include/uapi/linux/lirc.h index 4b3ab2966b5a..991ab4570b8e 100644 --- a/include/uapi/linux/lirc.h +++ b/include/uapi/linux/lirc.h | |||
| @@ -90,20 +90,11 @@ | |||
| 90 | 90 | ||
| 91 | #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32) | 91 | #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32) |
| 92 | #define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32) | 92 | #define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32) |
| 93 | #define LIRC_GET_SEND_CARRIER _IOR('i', 0x00000003, __u32) | ||
| 94 | #define LIRC_GET_REC_CARRIER _IOR('i', 0x00000004, __u32) | ||
| 95 | #define LIRC_GET_SEND_DUTY_CYCLE _IOR('i', 0x00000005, __u32) | ||
| 96 | #define LIRC_GET_REC_DUTY_CYCLE _IOR('i', 0x00000006, __u32) | ||
| 97 | #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32) | 93 | #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32) |
| 98 | 94 | ||
| 99 | #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32) | 95 | #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32) |
| 100 | #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32) | 96 | #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32) |
| 101 | 97 | ||
| 102 | #define LIRC_GET_MIN_FILTER_PULSE _IOR('i', 0x0000000a, __u32) | ||
| 103 | #define LIRC_GET_MAX_FILTER_PULSE _IOR('i', 0x0000000b, __u32) | ||
| 104 | #define LIRC_GET_MIN_FILTER_SPACE _IOR('i', 0x0000000c, __u32) | ||
| 105 | #define LIRC_GET_MAX_FILTER_SPACE _IOR('i', 0x0000000d, __u32) | ||
| 106 | |||
| 107 | /* code length in bits, currently only for LIRC_MODE_LIRCCODE */ | 98 | /* code length in bits, currently only for LIRC_MODE_LIRCCODE */ |
| 108 | #define LIRC_GET_LENGTH _IOR('i', 0x0000000f, __u32) | 99 | #define LIRC_GET_LENGTH _IOR('i', 0x0000000f, __u32) |
| 109 | 100 | ||
| @@ -113,7 +104,6 @@ | |||
| 113 | #define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, __u32) | 104 | #define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, __u32) |
| 114 | #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) | 105 | #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32) |
| 115 | #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) | 106 | #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32) |
| 116 | #define LIRC_SET_REC_DUTY_CYCLE _IOW('i', 0x00000016, __u32) | ||
| 117 | #define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, __u32) | 107 | #define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, __u32) |
| 118 | 108 | ||
| 119 | /* | 109 | /* |
| @@ -127,42 +117,17 @@ | |||
| 127 | #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) | 117 | #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32) |
| 128 | 118 | ||
| 129 | /* | 119 | /* |
| 130 | * pulses shorter than this are filtered out by hardware (software | ||
| 131 | * emulation in lirc_dev?) | ||
| 132 | */ | ||
| 133 | #define LIRC_SET_REC_FILTER_PULSE _IOW('i', 0x0000001a, __u32) | ||
| 134 | /* | ||
| 135 | * spaces shorter than this are filtered out by hardware (software | ||
| 136 | * emulation in lirc_dev?) | ||
| 137 | */ | ||
| 138 | #define LIRC_SET_REC_FILTER_SPACE _IOW('i', 0x0000001b, __u32) | ||
| 139 | /* | ||
| 140 | * if filter cannot be set independently for pulse/space, this should | ||
| 141 | * be used | ||
| 142 | */ | ||
| 143 | #define LIRC_SET_REC_FILTER _IOW('i', 0x0000001c, __u32) | ||
| 144 | |||
| 145 | /* | ||
| 146 | * if enabled from the next key press on the driver will send | 120 | * if enabled from the next key press on the driver will send |
| 147 | * LIRC_MODE2_FREQUENCY packets | 121 | * LIRC_MODE2_FREQUENCY packets |
| 148 | */ | 122 | */ |
| 149 | #define LIRC_SET_MEASURE_CARRIER_MODE _IOW('i', 0x0000001d, __u32) | 123 | #define LIRC_SET_MEASURE_CARRIER_MODE _IOW('i', 0x0000001d, __u32) |
| 150 | 124 | ||
| 151 | /* | 125 | /* |
| 152 | * to set a range use | 126 | * to set a range use LIRC_SET_REC_CARRIER_RANGE with the |
| 153 | * LIRC_SET_REC_DUTY_CYCLE_RANGE/LIRC_SET_REC_CARRIER_RANGE with the | 127 | * lower bound first and later LIRC_SET_REC_CARRIER with the upper bound |
| 154 | * lower bound first and later | ||
| 155 | * LIRC_SET_REC_DUTY_CYCLE/LIRC_SET_REC_CARRIER with the upper bound | ||
| 156 | */ | 128 | */ |
| 157 | |||
| 158 | #define LIRC_SET_REC_DUTY_CYCLE_RANGE _IOW('i', 0x0000001e, __u32) | ||
| 159 | #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) | 129 | #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32) |
| 160 | 130 | ||
| 161 | #define LIRC_NOTIFY_DECODE _IO('i', 0x00000020) | ||
| 162 | |||
| 163 | #define LIRC_SETUP_START _IO('i', 0x00000021) | ||
| 164 | #define LIRC_SETUP_END _IO('i', 0x00000022) | ||
| 165 | |||
| 166 | #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __u32) | 131 | #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __u32) |
| 167 | 132 | ||
| 168 | #endif | 133 | #endif |
