]> asedeno.scripts.mit.edu Git - linux.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)
commit56a6036c5fcb784290edde050baacddb168f4a33
treeef2340ffde51017b08b3cc979b1ef7cf12ffb403
parent2940c7e49775ea2d83c9a8c1ea1e37c4f584ee6c
[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