Rev 1056 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
519 | mauro | 1 | /* |
2 | * Project: S.Ha.R.K. |
||
3 | * |
||
4 | * Coordinators: |
||
5 | * Giorgio Buttazzo <giorgio@sssup.it> |
||
6 | * Paolo Gai <pj@gandalf.sssup.it> |
||
7 | * |
||
8 | * Authors : |
||
9 | * Mauro Marinoni <muro.marinoi@unipv.it> |
||
10 | * (see the web pages for full authors list) |
||
11 | * |
||
12 | * ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy) |
||
13 | * |
||
14 | * http://www.sssup.it |
||
15 | * http://retis.sssup.it |
||
16 | * http://shark.sssup.it |
||
17 | */ |
||
18 | |||
1063 | tullio | 19 | /* |
20 | * This program is free software; you can redistribute it and/or modify |
||
21 | * it under the terms of the GNU General Public License as published by |
||
22 | * the Free Software Foundation; either version 2 of the License, or |
||
23 | * (at your option) any later version. |
||
24 | * |
||
25 | * This program is distributed in the hope that it will be useful, |
||
26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
28 | * GNU General Public License for more details. |
||
29 | * |
||
30 | * You should have received a copy of the GNU General Public License |
||
31 | * along with this program; if not, write to the Free Software |
||
32 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||
33 | * |
||
34 | */ |
||
35 | |||
519 | mauro | 36 | #include <kernel/kern.h> |
37 | |||
38 | #include "../include/drivers/shark_keyb26.h" |
||
39 | |||
40 | extern BYTE useAltGr; |
||
41 | extern char keyTable [TABLE_KEY_SIZE]; |
||
42 | extern char keyShiftTable[TABLE_KEY_SIZE]; |
||
43 | extern char keyAltGrTable[TABLE_KEY_SIZE]; |
||
44 | |||
45 | static unsigned char actualMap; |
||
46 | |||
1056 | tullio | 47 | // made non-static for gcc4 compatibility |
48 | KEYB_MAP keyMaps[] = { |
||
519 | mauro | 49 | /* US International Map */ |
50 | { FALSE, |
||
51 | /* Plain Map */ |
||
555 | mauro | 52 | { 0x00, 0x1b, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x30, 0x2d, 0x3d, 0x08, 0x09, |
519 | mauro | 53 | 0x71, 0x77, 0x65, 0x72, 0x74, 0x79, 0x75, 0x69, 0x6f, 0x70, 0x5b, 0x5d, 0x0d, 0x00, 0x61, 0x73, |
54 | 0x64, 0x66, 0x67, 0x68, 0x6a, 0x6b, 0x6c, 0x3b, 0x27, 0x60, 0x00, 0x5c, 0x7a, 0x78, 0x63, 0x76, |
||
55 | 0x62, 0x6e, 0x6d, 0x2c, 0x2e, 0x2f, 0x00, 0x2a, 0x00, 0x20}, |
||
56 | /* Shift Map */ |
||
555 | mauro | 57 | { 0x00, 0x1b, 0x21, 0x40, 0x23, 0x24, 0x25, 0x5e, 0x26, 0x2a, 0x28, 0x29, 0x5f, 0x2b, 0x08, 0x09, |
519 | mauro | 58 | 0x51, 0x57, 0x45, 0x52, 0x54, 0x59, 0x55, 0x49, 0x4f, 0x50, 0x7b, 0x7d, 0x0d, 0x00, 0x41, 0x53, |
59 | 0x44, 0x46, 0x47, 0x48, 0x4a, 0x4b, 0x4c, 0x3a, 0x22, 0x7e, 0x00, 0x7c, 0x5a, 0x58, 0x43, 0x56, |
||
60 | 0x42, 0x4e, 0x4d, 0x3c, 0x3e, 0x3f, 0x00, 0x2a, 0x00, 0x20}, |
||
61 | /* AltGr Map */ |
||
62 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||
63 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||
64 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
||
65 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} |
||
66 | }, |
||
67 | /* Italian Map */ |
||
68 | { TRUE, |
||
69 | /* Plain Map */ |
||
555 | mauro | 70 | { 0x00, 0x1b, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x30, 0x27, 0xec, 0x08, 0x09, |
519 | mauro | 71 | 0x71, 0x77, 0x65, 0x72, 0x74, 0x79, 0x75, 0x69, 0x6f, 0x70, 0xe7, 0x2b, 0x0d, 0x00, 0x61, 0x73, |
72 | 0x64, 0x66, 0x67, 0x68, 0x6a, 0x6b, 0x6c, 0xf2, 0xe0, 0x5c, 0x00, 0xf8, 0x7a, 0x78, 0x63, 0x76, |
||
73 | 0x62, 0x6e, 0x6d, 0x2c, 0x2e, 0x2d, 0x00, 0x2a, 0x00, 0x20}, |
||
74 | /* Shift Map */ |
||
555 | mauro | 75 | { 0x00, 0x1b, 0x21, 0x22, 0x9c, 0x24, 0x25, 0x26, 0x2f, 0x28, 0x29, 0x3d, 0x3f, 0x5e, 0x08, 0x09, |
519 | mauro | 76 | 0x51, 0x57, 0x45, 0x52, 0x54, 0x59, 0x55, 0x49, 0x4f, 0x50, 0xe9, 0x2a, 0x0d, 0x00, 0x41, 0x53, |
77 | 0x44, 0x46, 0x47, 0x48, 0x4a, 0x4b, 0x4c, 0xe7, 0xb0, 0x7c, 0x00, 0xa7, 0x5a, 0x58, 0x43, 0x56, |
||
78 | 0x42, 0x4e, 0x4d, 0x3b, 0x3a, 0x5f, 0x00, 0x2a, 0x00, 0x20}, |
||
79 | /* AltGr Map */ |
||
80 | { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7b, 0x7d, 0x7e, 0x60, 0xed, 0x00, 0x00, |
||
81 | 0x71, 0x77, 0x65, 0x72, 0x74, 0x79, 0x75, 0x69, 0x6f, 0x70, 0x5b, 0x5d, 0x0d, 0x00, 0x61, 0x73, |
||
82 | 0x64, 0x66, 0x67, 0x68, 0x6a, 0x6b, 0x6c, 0x40, 0x23, 0x00, 0x00, 0xfa, 0x7a, 0x78, 0x63, 0x76, |
||
83 | 0x62, 0x6e, 0x6d, 0x00, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x20} |
||
84 | } |
||
85 | }; |
||
86 | |||
87 | #define NUM_OF_MAPS (sizeof keyMaps / sizeof keyMaps[0]) |
||
88 | |||
89 | int keyb_get_map(void) |
||
90 | { |
||
91 | return actualMap; |
||
92 | } |
||
93 | |||
94 | int keyb_set_map(unsigned char m) |
||
95 | { |
||
96 | register int i = 0; |
||
97 | |||
98 | /* If keyMaps[m] not available then set US */ |
||
99 | if (m >= NUM_OF_MAPS) |
||
100 | actualMap = KEYMAP_US; |
||
101 | else |
||
102 | actualMap = m; |
||
103 | |||
104 | useAltGr = keyMaps[i].useAltGr; |
||
105 | for (i=0; i < TABLE_KEY_SIZE; i++) { |
||
106 | keyTable[i] = keyMaps[actualMap].keyMap[i]; |
||
107 | keyShiftTable[i] = keyMaps[actualMap].keyShiftMap[i]; |
||
108 | } |
||
109 | if (useAltGr) |
||
110 | for (i=0; i < TABLE_KEY_SIZE; i++) |
||
111 | keyAltGrTable[i] = keyMaps[actualMap].keyAltGrMap[i]; |
||
112 | |||
113 | return actualMap; |
||
114 | } |