commit | 93c312ff21b0a53e701a45741887208297646a1a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 25 21:13:43 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 18 00:53:00 2010 -0300 |
tree | cc17d43e5b1926228daacb4ea61d7be43f1c0c24 | |
parent | 995187bed30c0545e8da88372e9807da0a85911e [diff] |
V4L/DVB: ir-core: prepare to add more operations for ir decoders Some decoders and a lirc_dev interface may need some other operations to work. For example: IR device register/unregister and ir_keydown events may need to be tracked. As some operations can occur in interrupt time, and a lock is needed to prevent un-registering a decode while decoding a key, the lock needed to be convert into a spin lock. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>