Rev 4143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4143 | Rev 4144 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | (void) arg; |
71 | (void) arg; |
72 | 72 | ||
73 | while (1) { |
73 | while (1) { |
74 | while (1) { |
74 | while (1) { |
75 | c = ski_getchar(); |
75 | c = ski_getchar(); |
76 | if (c == 0) break; |
76 | if (c == 0) |
- | 77 | break; |
|
77 | kbd_push_scancode(c); |
78 | kbd_push_scancode(c); |
78 | } |
79 | } |
79 | 80 | ||
80 | usleep(POLL_INTERVAL); |
81 | usleep(POLL_INTERVAL); |
81 | } |
82 | } |