Changeset 566f4cfb in mainline for uspace/lib/libc/generic/kbd.c


Ignore:
Timestamp:
2009-04-24T08:01:05Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402de0c
Parents:
ab1861a
Message:

use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)
unify and cleanup console.c and related files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/kbd.c

    rab1861a r566f4cfb  
    4343int kbd_get_event(kbd_event_t *ev)
    4444{
    45         int cons_phone = console_phone_get(true);
     45        int cons_phone = console_open(true);
    4646        ipcarg_t r0, r1, r2, r3;
    4747        int rc;
Note: See TracChangeset for help on using the changeset viewer.