kdrive/vesa: use operating system input devices

This commit is contained in:
Otavio Salvador 2007-12-14 08:45:09 -02:00 committed by Daniel Stone
parent 863ba390e9
commit e110255501

View File

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