Changeset b65ca41d in mainline for uspace/app/virtusbkbd/virtusbkbd.c
- Timestamp:
- 2011-01-14T14:34:32Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 192466bc, 64861b8
- Parents:
- 7a725b13 (diff), 1d7a74e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/virtusbkbd/virtusbkbd.c
r7a725b13 rb65ca41d 271 271 printf("%s: Simulating keyboard events...\n", NAME); 272 272 fibril_sleep(10); 273 while (1) {273 //while (1) { 274 274 kb_process_events(&status, keyboard_events, keyboard_events_count, 275 275 on_keyboard_change); 276 }276 //} 277 277 278 278 printf("%s: Terminating...\n", NAME);
Note: See TracChangeset
for help on using the changeset viewer.