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: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
1159f838c0
commit
21677cfc56
3 changed files with 2432 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
drivers/media/IR/imon.c
Normal file
2417
drivers/media/IR/imon.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue