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 void
InitInput (int argc, char **argv) InitInput (int argc, char **argv)
{ {
KdKeyboardInfo *ki = NULL; KdOsAddInputDrivers();
KdAddPointerDriver(&LinuxMouseDriver);
KdAddKeyboardDriver(&LinuxKeyboardDriver);
ki = KdNewKeyboard();
if (ki) {
ki->driver = &LinuxKeyboardDriver;
KdAddKeyboard(ki);
}
KdInitInput(); KdInitInput();
} }