mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
[media] Add support for the IguanaWorks USB IR Transceiver
Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
6ac454aa98
commit
26ff63137c
@@ -259,6 +259,17 @@ config IR_WINBOND_CIR
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called winbond_cir.
|
||||
|
||||
config IR_IGUANA
|
||||
tristate "IguanaWorks USB IR Transceiver"
|
||||
depends on RC_CORE
|
||||
select USB
|
||||
---help---
|
||||
Say Y here if you want to use the IgaunaWorks USB IR Transceiver.
|
||||
Both infrared receive and send are supported.
|
||||
|
||||
To compile this driver as a module, choose M here: the module will
|
||||
be called iguanair.
|
||||
|
||||
config RC_LOOPBACK
|
||||
tristate "Remote Control Loopback Driver"
|
||||
depends on RC_CORE
|
||||
|
||||
@@ -27,3 +27,4 @@ obj-$(CONFIG_IR_STREAMZAP) += streamzap.o
|
||||
obj-$(CONFIG_IR_WINBOND_CIR) += winbond-cir.o
|
||||
obj-$(CONFIG_RC_LOOPBACK) += rc-loopback.o
|
||||
obj-$(CONFIG_IR_GPIO_CIR) += gpio-ir-recv.o
|
||||
obj-$(CONFIG_IR_IGUANA) += iguanair.o
|
||||
|
||||
639
drivers/media/rc/iguanair.c
Normal file
639
drivers/media/rc/iguanair.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user