Rev 3924 | Rev 4061 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3924 | Rev 3933 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | type = KE_PRESS; |
63 | type = KE_PRESS; |
64 | } |
64 | } |
65 | 65 | ||
66 | key = scanmap_simple[scancode]; |
66 | key = scanmap_simple[scancode]; |
67 | if (key != 0) |
67 | if (key != 0) |
68 | kbd_push_ev(type, key, 0); |
68 | kbd_push_ev(type, key); |
69 | } |
69 | } |
70 | 70 | ||
71 | /** Primary meaning of scancodes. */ |
71 | /** Primary meaning of scancodes. */ |
72 | static int scanmap_simple[] = { |
72 | static int scanmap_simple[] = { |
73 | [0x00] = 0, |
73 | [0x00] = 0, |