diff options
author | Tiago Vignatti <tiagov@balalaika.(none)> | 2007-08-07 23:17:32 -0300 |
---|---|---|
committer | Tiago Vignatti <tiagov@balalaika.(none)> | 2007-08-07 23:17:32 -0300 |
commit | ab3f601149e15789edfb7c9a0c33387070279582 (patch) | |
tree | cc9e731db2ffc2fc37f68c321025ab07fcaba5e1 /hw/kdrive/linux/linux.c | |
parent | 7d1a749b210ba5b9f8d0e5a1feb9a9ef9fa4d992 (diff) |
Updates some piece of the dead mouse evdev code under the new hotplug scheme.
I exported the evdev driver to Xephyr server. I'm running it using something
like:
$ ./hw/kdrive/ephyr/Xephyr :1 -mouse evdev,,device=/dev/input/event4 -keybd \
evdev,,device=/dev/input/event1,xkbmodel=abnt2,xkblayout=br
It also closes /#5668.
Diffstat (limited to 'hw/kdrive/linux/linux.c')
-rw-r--r-- | hw/kdrive/linux/linux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/linux/linux.c b/hw/kdrive/linux/linux.c index 0e4a77cdf..23cd8f59f 100644 --- a/hw/kdrive/linux/linux.c +++ b/hw/kdrive/linux/linux.c @@ -456,7 +456,9 @@ KdOsAddInputDrivers () #ifdef TSLIB KdAddPointerDriver(&TsDriver); #endif + KdAddPointerDriver(&LinuxEvdevMouseDriver); KdAddKeyboardDriver(&LinuxKeyboardDriver); + KdAddKeyboardDriver(&LinuxEvdevKeyboardDriver); } static void |