From: David Härdeman Date: Thu, 25 Nov 2010 21:36:27 +0000 (-0300) Subject: [media] rc-core: add loopback driver X-Git-Tag: v2.6.38-rc1~470^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801c73c04ad57689dc9b47baf62cbb23f954d987;p=pandora-kernel.git [media] rc-core: add loopback driver This patch adds a loopback driver to rc-core which I've found useful for running scripted tests of different parts of rc-core without having to fiddle with real hardware. Basically it emulates hardware with a learning and a non-learning receiver and two transmitters (which correspond to the two receivers). TX data that is sent is fed back as input on the corresponding receiver, which allows for debugging of IR decoders, keymaps, etc. Signed-off-by: David Härdeman Acked-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed