]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (13613): IR: create ir-core module
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 11 Dec 2009 11:34:07 +0000 (08:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 02:18:42 +0000 (00:18 -0200)
commit354d3ea9a02dfcc9dbcb632a37aedc10ff480beb
tree3b14d76f7e93d5b35de50edf85a9179f759adb3d
parent074c0e40ce5a74d1b725ba2068716d60af755639
V4L/DVB (13613): IR: create ir-core module

Split the ir-common into two separate modules:
- ir-core: it is the IR-independent functions;
- ir-common: has the common part used by V4L drivers.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/Kconfig
drivers/media/IR/Makefile
drivers/media/IR/ir-functions.c
drivers/media/IR/ir-keytable.c
include/media/ir-common.h
include/media/ir-core.h [new file with mode: 0644]