]> git.baikalelectronics.ru Git - kernel.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)
commit12706076895d50fce303e76068f928bfe27cf6ab
tree955215f80f482c1b2da39c8f7204ecc982568b3e
parent20d56f7445a1b74a985e1156c780f81a9468a512
[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