From: Jamie Lentin Date: Tue, 20 Oct 2009 21:36:49 +0000 (-0700) Subject: Input: atkbd - add a quirk for OQO 01+ multimedia keys X-Git-Tag: v2.6.32-rc6~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57130698fe3dd2b7d617d90bbf86474473cb40c;p=pandora-kernel.git Input: atkbd - add a quirk for OQO 01+ multimedia keys OQO 01+ multimedia keys produce 6x on press, e0 6x upon release. As a result, Linux thinks that another key has been pressed (or is repeating), when it is actually a release of the same key. Mangle the release scancode when running on OQO so that driver recognizes it as such. Since the device does not have external PS/2 ports mangling is safe since there is no chance that an external keyboard is connected. Signed-off-by: Jamie Lentin Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed