]> git.baikalelectronics.ru Git - kernel.git/commit
[media] rc: allow software timeout to be set
authorSean Young <sean@mess.org>
Fri, 2 Dec 2016 17:16:12 +0000 (15:16 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 14:08:40 +0000 (12:08 -0200)
commit417b48448eb95b00006215c7db01d9a50fa2dc51
treeef2340ffde51017b08b3cc979b1ef7cf12ffb403
parentbcb735a88b7a81876d211b0cedcc4c74fb543353
[media] rc: allow software timeout to be set

Both the iguanair and the technotrend usb ir do not do any timeout
handling in hardware, so timeout is entirely done in
ir_raw_event_store_with_filter(). Any sensible timeout value will
do, so allow it to be set using LIRC_SET_REC_TIMEOUT.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/iguanair.c
drivers/media/rc/ttusbir.c