Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1364 → Rev 1365

/uspace/trunk/kbd/generic/kbd.c
78,7 → 78,7
};
while (1) {
callid = ipc_wait_for_call(&call, 0);
callid = ipc_wait_for_call(&call);
// printf("%s:Call phone=%lX..", NAME, call.in_phone_hash);
switch (IPC_GET_METHOD(call)) {
case IPC_M_PHONE_HUNGUP: