From: Dmitry Torokhov Date: Tue, 9 Mar 2010 06:37:10 +0000 (-0800) Subject: Input: scancode in get/set_keycodes should be unsigned X-Git-Tag: v2.6.34-rc2~43^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b939959d228681208ba997595411fddc860849;p=pandora-kernel.git Input: scancode in get/set_keycodes should be unsigned The HID layer has some scan codes of the form 0xffbc0000 for logitech devices which do not work if scancode is typed as signed int, so we need to switch to unsigned it instead. While at it keycode being signed does not make much sense either. Acked-by: Márton Németh Acked-by: Matthew Garrett Acked-by: Jiri Kosina Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed