commit | 716aab44df8bb9bdf16abea9013890274329b61f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Mar 31 14:40:35 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 18 00:53:03 2010 -0300 |
tree | b83baf34bf18d35d51318044d8ea1ae80a275304 | |
parent | e202c15b4209f05fe109dd396463a524f4c2d3d8 [diff] |
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 <mchehab@redhat.com>