Commented out some parts which caused big troubles
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16915 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a3d9b55cb3
commit
81401e08e7
@ -167,7 +167,7 @@ ps2_service_thread(void *arg)
|
||||
break;
|
||||
}
|
||||
|
||||
} else if (status == B_TIMED_OUT) {
|
||||
} /*else if (status == B_TIMED_OUT) {
|
||||
|
||||
// do periodic processing
|
||||
int i;
|
||||
@ -181,7 +181,7 @@ ps2_service_thread(void *arg)
|
||||
snooze(50000);
|
||||
}
|
||||
|
||||
} else {
|
||||
}*/ else {
|
||||
dprintf("ps2_service_thread: Error, status 0x%08lx, terminating\n", status);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user