From e55c884ea5c66a29a713d41ed0819fee8038762b Mon Sep 17 00:00:00 2001 From: Sean Young Date: Tue, 16 Oct 2018 15:09:31 +0100 Subject: media: rc: self test for IR encoders and decoders ir-loopback can transmit IR on one rc device and check the correct scancode and protocol is decoded on a different rc device. This can be used to check IR transmission between two rc devices. Using rc-loopback, we use it to check the IR encoders and decoders themselves. No hardware is required for this test. Signed-off-by: Sean Young Cc: Shuah Khan Signed-off-by: Shuah Khan --- tools/testing/selftests/ir/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/ir/.gitignore (limited to 'tools/testing/selftests/ir/.gitignore') diff --git a/tools/testing/selftests/ir/.gitignore b/tools/testing/selftests/ir/.gitignore new file mode 100644 index 000000000000..070ea0c75fb8 --- /dev/null +++ b/tools/testing/selftests/ir/.gitignore @@ -0,0 +1 @@ +ir_loopback -- cgit v1.2.3