From: Mauro Carvalho Chehab Date: Sat, 28 Nov 2009 01:01:23 +0000 (-0300) Subject: V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table X-Git-Tag: v2.6.33-rc1~338^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef53a1159dfcdc1fecf5adb5b8d26803f194c09b;p=pandora-kernel.git V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table V4L drivers use an static keycode vector with 128 entries, where the scancode indexes the keycode. While this works, it limits the scancodes to have only 7 bits, not allowing for example full RC5 codes. Instead of implementing the same code on every V4L driver, provide a common infrastructure to handle the bigger tables, minimizing the changes inside each driver. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed