kdrive/fbdev: use operating system input devices
This commit is contained in:
parent
ca59d3f7bd
commit
863ba390e9
|
@ -42,17 +42,7 @@ InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
|
||||||
void
|
void
|
||||||
InitInput (int argc, char **argv)
|
InitInput (int argc, char **argv)
|
||||||
{
|
{
|
||||||
KdKeyboardInfo *ki;
|
KdOsAddInputDrivers ();
|
||||||
|
|
||||||
KdAddKeyboardDriver (&LinuxKeyboardDriver);
|
|
||||||
KdAddPointerDriver (&LinuxMouseDriver);
|
|
||||||
#ifdef TSLIB
|
|
||||||
KdAddPointerDriver (&TsDriver);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ki = KdParseKeyboard ("keybd");
|
|
||||||
KdAddKeyboard(ki);
|
|
||||||
|
|
||||||
KdInitInput ();
|
KdInitInput ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue