From: Mauro Carvalho Chehab Date: Wed, 31 Mar 2010 17:40:35 +0000 (-0300) Subject: V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core X-Git-Tag: v2.6.35-rc1~480^2~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716aab44df8bb9bdf16abea9013890274329b61f;p=pandora-kernel.git V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core Especially when IR needs to do polling, it generates lots of wakeups per second. This makes no sense, if the input event device is closed. Adds a callback handler to the IR hardware driver, to allow registering an open/close ops. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed