aboutsummaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux/lirc.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-25tools headers UAPI: remove stale lirc.hSean Young1-229/+0
The lirc.h file is an old copy of lirc.h from the kernel sources. It is out of date, and the bpf lirc tests don't need a new copy anyway. As long as /usr/include/linux/lirc.h is from kernel v5.2 or newer, the tests will compile fine. Signed-off-by: Sean Young <[email protected]> Reviewed-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
2019-02-18media: rc: rcmm decoder and encoderPatrick Lerda1-0/+12
media: add support for RCMM infrared remote controls. Signed-off-by: Patrick Lerda <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young1-0/+217
This is simple test over rc-loopback. Acked-by: Yonghong Song <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>