From: Tomoya Adachi Date: Wed, 3 Oct 2007 21:27:49 +0000 (+0200) Subject: USBHID: report descriptor fix for MacBook JIS keyboard X-Git-Tag: v2.6.24-rc1~1323^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f06177f4089abeba904cc12a2a50cffa9ffce6;p=pandora-kernel.git USBHID: report descriptor fix for MacBook JIS keyboard This patch fixes the problem, that Japanese MacBook doesn't recognize some keys like '\'(yen, or backslash), '|'(pipe), and '_'(underscore). It is due to that MacBook JIS keyboard (jp106) sends wrong report descriptor. It saids "logical maximum = 0x65", so Keyboard.0089 is mapped to Key.Unknown, while it should be accepted as Key.Yen. Signed-off-by: Tomoya Adachi Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed