]> asedeno.scripts.mit.edu Git - linux.git/commit
media: rc: saa7134: add trailing space for timely decoding
authorSean Young <sean@mess.org>
Mon, 7 Aug 2017 12:30:18 +0000 (08:30 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 20 Aug 2017 13:56:20 +0000 (09:56 -0400)
commit48b2de1971c766a8dc0aec668742e17cb0c75127
tree698f0c43a9c948be7bf451a6071bbcbea21e7a16
parente5e26439d1c46c8a201b0d05c719e33f0f091802
media: rc: saa7134: add trailing space for timely decoding

The gpio-ir-recv driver adds timeouts which the saa7134 lacks; this
causes keypress not to arrive, and to only arrive once more IR is
received. This is what the commit below calls "ghost keypresses",
and that commit does not solve the issue completely.

This makes the IR on the HVR-1150 much more reliable and responsive.

Fixes: 3f5c4c73322e ("[media] rc: fix ghost keypresses with certain hw")
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/saa7134/saa7134-input.c
drivers/media/rc/gpio-ir-recv.c
drivers/media/rc/rc-ir-raw.c