]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[media] serial_ir: generate timeout
authorSean Young <sean@mess.org>
Fri, 2 Dec 2016 17:16:11 +0000 (15:16 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 14:04:56 +0000 (12:04 -0200)
commit2940c7e49775ea2d83c9a8c1ea1e37c4f584ee6c
treea775a11a98d4441a89f67c8983552a1ec563033a
parent17809ed219945b38a750aa382d1aafe3a9f09b02
[media] serial_ir: generate timeout

No timeout is generated by serial_ir since the port only generates
interrupts on edges. Some IR protocols like rc6 and rc5 need a trailing
space or timeout so they know there are no more bits coming.

Without it, the current key will only be reported once some more IR
occurs.

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