kdrive/ati: use operating system input devices

This commit is contained in:
Otavio Salvador 2007-12-14 08:46:35 -02:00 committed by Daniel Stone
parent e110255501
commit 8673033700

View File

@ -50,14 +50,7 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv)
void void
InitInput(int argc, char **argv) InitInput(int argc, char **argv)
{ {
KdKeyboardInfo *ki = NULL; KdOsAddInputDrivers();
KdAddPointerDriver(&LinuxMouseDriver);
ki = KdNewKeyboard();
if (ki) {
ki->driver = &LinuxKeyboardDriver;
KdAddKeyboard(ki);
}
KdInitInput(); KdInitInput();
} }