Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21677cfc authored by Jarod Wilson's avatar Jarod Wilson Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: ir-core: add imon driver



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: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 1159f838
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -36,3 +36,15 @@ config IR_RC6_DECODER
	---help---
	---help---
	   Enable this option if you have an infrared remote control which
	   Enable this option if you have an infrared remote control which
	   uses the RC6 protocol, and you need software decoding support.
	   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 −0
Original line number Original line Diff line number Diff line
@@ -8,3 +8,6 @@ obj-$(CONFIG_VIDEO_IR) += ir-common.o
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o
obj-$(CONFIG_IR_RC6_DECODER) += ir-rc6-decoder.o

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

File added.

Preview size limit exceeded, changes collapsed.