From: Patrick Boettcher Date: Sun, 30 Mar 2008 00:37:01 +0000 (-0300) Subject: V4L/DVB (7474): support key repeat with dib0700 ir receiver X-Git-Tag: v2.6.26-rc1~1084^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e6f95e613b37372a58fd504646ae1b1964c2ed;p=pandora-kernel.git V4L/DVB (7474): support key repeat with dib0700 ir receiver This patch enables support for repeating last event when a key is holded down with dib0700 devices. It works with rc5 and nec remotes. It also fixes an annoying bug that floods kernel log with "Unknown key" messages after each keypress. This happened because the driver was not resetting infrared register after each poll so it kept polling last key even if nothing was being pressed. Fixing this, (calling rc_setup after each poll), permits to implement key repeat. Signed-off-by: Filippo Argiolas Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed