mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive/fbdev: use operating system input devices
This commit is contained in:
committed by
Daniel Stone
parent
ca59d3f7bd
commit
863ba390e9
@@ -42,17 +42,7 @@ InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
|
||||
void
|
||||
InitInput (int argc, char **argv)
|
||||
{
|
||||
KdKeyboardInfo *ki;
|
||||
|
||||
KdAddKeyboardDriver (&LinuxKeyboardDriver);
|
||||
KdAddPointerDriver (&LinuxMouseDriver);
|
||||
#ifdef TSLIB
|
||||
KdAddPointerDriver (&TsDriver);
|
||||
#endif
|
||||
|
||||
ki = KdParseKeyboard ("keybd");
|
||||
KdAddKeyboard(ki);
|
||||
|
||||
KdOsAddInputDrivers ();
|
||||
KdInitInput ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user