Skip to content

Commit

Permalink
V4L/DVB: IR: add lirc device interface
Browse files Browse the repository at this point in the history
v2: currently unused ioctls are included, but #if 0'd out

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 7a12f4b commit 4a62a5a
Show file tree
Hide file tree
Showing 5 changed files with 1,162 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/media/IR/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ config VIDEO_IR
depends on IR_CORE
default IR_CORE

config LIRC
tristate
default y

---help---
Enable this option to build the Linux Infrared Remote
Control (LIRC) core device interface driver. The LIRC
interface passes raw IR to and from userspace, where the
LIRC daemon handles protocol decoding for IR reception ann
encoding for IR transmitting (aka "blasting").

source "drivers/media/IR/keymaps/Kconfig"

config IR_NEC_DECODER
Expand Down
1 change: 1 addition & 0 deletions drivers/media/IR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj-y += keymaps/

obj-$(CONFIG_IR_CORE) += ir-core.o
obj-$(CONFIG_VIDEO_IR) += ir-common.o
obj-$(CONFIG_LIRC) += lirc_dev.o
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
Expand Down
Loading

0 comments on commit 4a62a5a

Please sign in to comment.