Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: cec-ioc-dqevent.rst: document new CEC_EVENT_PIN_HPD_LOW/HIGH events

Document these new CEC events.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
00f7adff 333ef6bd

+18
+18
Documentation/media/uapi/cec/cec-ioc-dqevent.rst
··· 161 161 - Generated if the CEC pin goes from a low voltage to a high voltage. 162 162 Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 163 163 capability set. 164 + * .. _`CEC-EVENT-PIN-HPD-LOW`: 165 + 166 + - ``CEC_EVENT_PIN_HPD_LOW`` 167 + - 5 168 + - Generated if the HPD pin goes from a high voltage to a low voltage. 169 + Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 170 + capability set. When open() is called, the HPD pin can be read and 171 + if the HPD is low, then an initial event will be generated for that 172 + filehandle. 173 + * .. _`CEC-EVENT-PIN-HPD-HIGH`: 174 + 175 + - ``CEC_EVENT_PIN_HPD_HIGH`` 176 + - 6 177 + - Generated if the HPD pin goes from a low voltage to a high voltage. 178 + Only applies to adapters that have the ``CEC_CAP_MONITOR_PIN`` 179 + capability set. When open() is called, the HPD pin can be read and 180 + if the HPD is high, then an initial event will be generated for that 181 + filehandle. 164 182 165 183 166 184 .. tabularcolumns:: |p{6.0cm}|p{0.6cm}|p{10.9cm}|