Skip to content

Commit

Permalink
V4L/DVB: ir-core: add imon driver
Browse files Browse the repository at this point in the history
This is a new driver for the SoundGraph iMON and Antec Veris IR/display
devices commonly found in many home theater pc cases and as after-market
case additions.

[mchehab@redhat.com: add KERN_CONT on line 2098 to shutup checkpatc.pl]

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 May 19, 2010
1 parent 1159f83 commit 21677cf
Show file tree
Hide file tree
Showing 3 changed files with 2,432 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/media/IR/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ config IR_RC6_DECODER
---help---
Enable this option if you have an infrared remote control which
uses the RC6 protocol, and you need software decoding support.

config IR_IMON
tristate "SoundGraph iMON Receiver and Display"
depends on USB_ARCH_HAS_HCD
depends on IR_CORE
select USB
---help---
Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
IR Receiver and/or LCD/VFD/VGA display.

To compile this driver as a module, choose M here: the
module will be called imon.
3 changes: 3 additions & 0 deletions drivers/media/IR/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ obj-$(CONFIG_VIDEO_IR) += ir-common.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

# stand-alone IR receivers/transmitters
obj-$(CONFIG_IR_IMON) += imon.o
Loading

0 comments on commit 21677cf

Please sign in to comment.