Rev 3343 | Rev 3742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3549 | ||
---|---|---|---|
Line 325... | Line 325... | ||
325 | IPC_GET_ARG2(call)); |
325 | IPC_GET_ARG2(call)); |
326 | retval = 0; |
326 | retval = 0; |
327 | break; |
327 | break; |
328 | case KBD_PUSHCHAR: |
328 | case KBD_PUSHCHAR: |
329 | /* got key from keyboard driver */ |
329 | /* got key from keyboard driver */ |
330 | - | ||
331 | retval = 0; |
330 | retval = 0; |
332 | c = IPC_GET_ARG1(call); |
331 | c = IPC_GET_ARG1(call); |
333 | /* switch to another virtual console */ |
332 | /* switch to another virtual console */ |
334 | 333 | ||
335 | conn = &connections[active_console]; |
334 | conn = &connections[active_console]; |