From: Mauro Carvalho Chehab Date: Wed, 24 Mar 2010 23:47:53 +0000 (-0300) Subject: V4L/DVB: ir-core: dynamically load the compiled IR protocols X-Git-Tag: v2.6.35-rc1~480^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995187bed30c0545e8da88372e9807da0a85911e;p=pandora-kernel.git V4L/DVB: ir-core: dynamically load the compiled IR protocols Instead of hardcoding the protocols into ir-core, add a register interface for the IR protocol decoders, and convert ir-nec-decoder into a client of ir-core. With this approach, it is possible to dynamically load the needed IR protocols, and to add a RAW IR interface module, registered as one IR raw protocol decoder. This patch opens a way to register a lirc_dev interface to work as an userspace IR protocol decoder. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed