Dash:
[t2.git] / package / base / linux / 95-adb-mapping.patch
blob93502c1ad10687b1406aa1084e6ec96885bd74ea
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../linux26/95-adb-mapping.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Well, after fixing user-space apps here and there it became too annoying
18 and counter productive, since nowadays user-space expect full "i386 style",
19 linux mapping anyways. So let's correct the alt and altgr mapping in the
20 kernel in the first place.
22 - Rene Rebe <rene@exactcode.de>
24 --- ./drivers/macintosh/adbhid.c.orig 2004-10-18 23:55:36.000000000 +0200
25 +++ ./drivers/macintosh/adbhid.c 2004-10-19 18:58:36.972070126 +0200
26 @@ -130,10 +130,10 @@
27 /* 0x34 */ KEY_KPENTER, /* 96 */
28 /* 0x35 */ KEY_ESC, /* 1 */
29 /* 0x36 */ KEY_LEFTCTRL, /* 29 */
30 - /* 0x37 */ KEY_LEFTMETA, /* 125 */
31 + /* 0x37 */ KEY_LEFTALT, /* 125 */
32 /* 0x38 */ KEY_LEFTSHIFT, /* 42 */
33 /* 0x39 */ KEY_CAPSLOCK, /* 58 */
34 - /* 0x3a */ KEY_LEFTALT, /* 56 */
35 + /* 0x3a */ KEY_RIGHTALT, /* 56 */
36 /* 0x3b */ KEY_LEFT, /* 105 */
37 /* 0x3c */ KEY_RIGHT, /* 106 */
38 /* 0x3d */ KEY_DOWN, /* 108 */