From: Ezequiel GarcĂ­a Date: Thu, 15 Mar 2012 19:53:49 +0000 (-0300) Subject: [media] rc: Pospone ir raw decoders loading until really needed X-Git-Tag: v3.4-rc1~110^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da6e984805786c4d96498e1c51e971007dea6dc;p=pandora-kernel.git [media] rc: Pospone ir raw decoders loading until really needed This changes rc_core to not load the IR decoders at load time, postponing it to load only if a RC_DRIVER_IR_RAW device is registered via rc_register_device. We use a static boolean variable, to ensure decoders modules are only loaded once. Tested with rc-loopback device only. Signed-off-by: Ezequiel Garcia Acked-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed