From: Anssi Hannula Date: Wed, 7 Dec 2011 01:34:29 +0000 (-0300) Subject: [media] ati_remote: switch to single-byte scancodes X-Git-Tag: v3.2-rc7~30^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eefb4f09bd8b250421fbd055e67d136d57f4030;p=pandora-kernel.git [media] ati_remote: switch to single-byte scancodes The ati_remote driver currently uses 2-byte scancodes. However, one of those bytes is actually a checksum and therefore shouldn't be considered as part of the scancode. Fix the driver to only use the actual data byte as a scancode and to check the checksum itself. Update the bundled keymaps accordingly. Since ati_remote was only migrated to the rc subsystem for 3.2, the previous scancodes weren't emitted on any stable kernel. Reported-by: George Spelvin Signed-off-by: Anssi Hannula Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed