Rev 3933 | Rev 3944 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3933 | Rev 3939 | ||
|---|---|---|---|
| Line 241... | Line 241... | ||
| 241 | if (scancode < 0 || scancode >= map_length) |
241 | if (scancode < 0 || scancode >= map_length) |
| 242 | return; |
242 | return; |
| 243 | 243 | ||
| 244 | key = map[scancode]; |
244 | key = map[scancode]; |
| 245 | if (key != 0) |
245 | if (key != 0) |
| 246 | kbd_push_ev(KE_PRESS, key, 0); |
246 | kbd_push_ev(KE_PRESS, key); |
| 247 | } |
247 | } |
| 248 | 248 | ||
| 249 | 249 | ||
| 250 | /** |
250 | /** |
| 251 | * @} |
251 | * @} |