Rev 3582 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3582 | Rev 4073 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | #define KEY_F11 0x33325b1bL |
51 | #define KEY_F11 0x33325b1bL |
52 | #define KEY_F12 0x34325b1bL |
52 | #define KEY_F12 0x34325b1bL |
53 | 53 | ||
54 | /** |
54 | /** |
55 | * Processes the key pressed - pushes the key code into the key buffer. |
55 | * Processes the key pressed - pushes the key code into the key buffer. |
56 | * Used in MSIM and Serengeti, i.e. non-framebuffer consoles. |
56 | * Used in MSIM, Serengeti and Niagara, i.e. non-framebuffer consoles. |
57 | */ |
57 | */ |
58 | int kbd_process_no_fb(keybuffer_t *keybuffer, int scan_code) |
58 | int kbd_process_no_fb(keybuffer_t *keybuffer, int scan_code) |
59 | { |
59 | { |
60 | static unsigned long buf = 0; |
60 | static unsigned long buf = 0; |
61 | static int count = 0; |
61 | static int count = 0; |
Line 182... | Line 182... | ||
182 | 182 | ||
183 | return 1; |
183 | return 1; |
184 | } |
184 | } |
185 | 185 | ||
186 | /** @} |
186 | /** @} |
187 | */ |
- | |
188 | 187 | */ |
|
- | 188 |