Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3150 → Rev 2927

/branches/dynload/uspace/srv/kbd/generic/kbd.c
50,7 → 50,7
#include <async.h>
#include <keys.h>
 
#define NAME "kbd"
#define NAME "KBD"
 
int cons_connected = 0;
int phone2cons = -1;
121,8 → 121,6
 
int main(int argc, char **argv)
{
printf(NAME ": HelenOS Keyboard service\n");
ipcarg_t phonead;
/* Initialize arch dependent parts */
137,8 → 135,7
/* Register service at nameserver */
if (ipc_connect_to_me(PHONE_NS, SERVICE_KEYBOARD, 0, 0, &phonead) != 0)
return -1;
printf(NAME ": Accepting connections\n");
 
async_manager();
 
/* Never reached */
148,3 → 145,4
/**
* @}
*/