Changeset 700af62 in mainline for uspace/lib/c/include/ipc/kbd.h


Ignore:
Timestamp:
2010-12-24T17:13:35Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a465a56
Parents:
77cea41
Message:

Hack for more keyboards in console

The console task periodically checks for new devices in /dev/class/keyboard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/kbd.h

    r77cea41 r700af62  
    3939
    4040#include <ipc/ipc.h>
     41#include <ipc/dev_iface.h>
    4142
    4243typedef enum {
    43         KBD_YIELD = IPC_FIRST_USER_METHOD,
     44        KBD_YIELD = DEV_FIRST_CUSTOM_METHOD,
    4445        KBD_RECLAIM
    4546} kbd_request_t;
Note: See TracChangeset for help on using the changeset viewer.