Changeset 9df34ee in mainline
- Timestamp:
- 2009-03-17T23:06:42Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 692b30dc
- Parents:
- 7e15496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/port/ski.c
r7e15496 r9df34ee 72 72 73 73 while (1) { 74 c = ski_getchar(); 75 if (c != 0) 74 while (1) { 75 c = ski_getchar(); 76 if (c == 0) break; 76 77 kbd_push_scancode(c); 78 } 77 79 78 80 usleep(POLL_INTERVAL);
Note:
See TracChangeset
for help on using the changeset viewer.