]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] rc-core: add support for IR raw transmitters
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 16 Dec 2016 06:12:15 +0000 (04:12 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 16:14:12 +0000 (14:14 -0200)
commitd34aee1018342568334de27fa04f0b916ff7d7a1
tree955215f80f482c1b2da39c8f7204ecc982568b3e
parent7ff2c2bc259e1032dc385a427c58afce4a38956b
[media] rc-core: add support for IR raw transmitters

IR raw transmitter driver type is specified in the enum
rc_driver_type as RC_DRIVER_IR_RAW_TX which includes all those
devices that transmit raw stream of bit to a receiver.

The data are provided by userspace applications, therefore they
don't need any input device allocation, but still they need to be
registered as raw devices.

Suggested-by: Sean Young <sean@mess.org>
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/rc-main.c
include/media/rc-core.h