Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-25 | tools headers UAPI: remove stale lirc.h | Sean Young | 1 | -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-18 | media: rc: rcmm decoder and encoder | Patrick Lerda | 1 | -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-30 | bpf: add selftest for lirc_mode2 type program | Sean Young | 1 | -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]> |