From: Mauro Carvalho Chehab Date: Wed, 12 Jan 2011 15:17:52 +0000 (-0300) Subject: [media] dib0700: Fix IR keycode handling X-Git-Tag: v2.6.38-rc2~1^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59aa346009c06c6697e9db008e67e4ff8c205091;p=pandora-kernel.git [media] dib0700: Fix IR keycode handling Fixes Fedora 14 bug: https://bugzilla.redhat.com/show_bug.cgi?id=667157 There are a few bugs at the code that generates the scancode at dib0700: - RC keycode is wrong (it outputs a 24 bits keycode); - NEC extended outputs a keycode that have endiannes issues; - keycode tables for NEC extended remotes need to be updated. The last issue need to be done as we get reports, as we don't have the complete NEC-extended keycodes at the dibcom table. This patch fixes the first two issues. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed