]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB: ir-core: make ir_g_keycode_from_table a public function
authorJarod Wilson <jarod@redhat.com>
Fri, 16 Apr 2010 21:27:58 +0000 (18:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:40 +0000 (12:57 -0300)
commit98515b3147cdc8b1dcd79bc51487cf971567193a
tree4d8096af517cecc799cb36e0794c3c481156ff6c
parente5833a74c8b9d72759885515d87f673db1af975e
V4L/DVB: ir-core: make ir_g_keycode_from_table a public function

The imon driver I've previously submitted and have been porting to
use ir-core needs to use ir_g_keycode_from_table, as ir_keydown is
not sufficient, due to these things having really oddball hardware
decoders in them. This just moves the function declaration from
ir-core-priv.h over to ir-core.h.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-core-priv.h
include/media/ir-core.h