]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/media/IR/Kconfig
V4L/DVB (13612): IR: Move common IR code to drivers/media/IR
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 11 Dec 2009 11:00:00 +0000 (08:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 02:18:42 +0000 (00:18 -0200)
commite27d38112eb727df189a9ebf560aa104cb102253
tree454d8cff41ebe8027ecd74d809ed415e427782b3
parent909d15a70d6a269ba599c539c55a574482355ff1
V4L/DVB (13612): IR: Move common IR code to drivers/media/IR

This is the first step of creating a common code for IR that can be
used by other input devices.

For now, keep IR dir at drivers/media, to easy the movement of the IR files,
but later patches may move it to drivers/IR or drivers/input/IR.

No functional changes is done on this patch.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/Kconfig [new file with mode: 0644]
drivers/media/IR/Makefile [new file with mode: 0644]
drivers/media/IR/ir-functions.c [moved from drivers/media/common/ir-functions.c with 100% similarity]
drivers/media/IR/ir-keymaps.c [moved from drivers/media/common/ir-keymaps.c with 100% similarity]
drivers/media/IR/ir-keytable.c [moved from drivers/media/common/ir-keytable.c with 99% similarity]
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/common/Makefile
drivers/media/video/Kconfig