From: Samuel Thibault Date: Thu, 26 Nov 2009 06:28:20 +0000 (-0800) Subject: Input: keyboard - fix braille keyboard keysym generation X-Git-Tag: v2.6.32~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a965462a1c568a7cd7dc338de4a0afa5ce61c5;p=pandora-kernel.git Input: keyboard - fix braille keyboard keysym generation Keysyms stored in key_map[] are not simply K() values, but U(K()) values, as can be seen in the KDSKBENT ioctl handler. The kernel-generated braille keysyms thus need a U() call too. Signed-off-by: Samuel Thibault Signed-off-by: Andrew Morton Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed