aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-10-29 13:28:19 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-03 13:46:35 +1030
commit534a3734d088ff0155ebc7fca7ab246635cd725a (patch)
tree407e9dc448d14cc84ec3bbfa4c3da81f8a8e0eb5
parentFlush input after re-opening the fd. (diff)
downloadxf86-input-evdev-534a3734d088ff0155ebc7fca7ab246635cd725a.tar.gz
xf86-input-evdev-534a3734d088ff0155ebc7fca7ab246635cd725a.tar.bz2
xf86-input-evdev-534a3734d088ff0155ebc7fca7ab246635cd725a.zip
Remove obsolete FIXME
xkeyboard-config's maps are perfectly able to cope with evdev now. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> (cherry picked from commit b77f9398570fb8eae1fcf50bc3c10c9c390c6bac)
-rw-r--r--src/evdev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evdev.c b/src/evdev.c
index ea83afc..cc072d8 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -404,9 +404,6 @@ EvdevPtrCtrlProc(DeviceIntPtr device, PtrCtrl *ctrl)
/* Nothing to do, dix handles all settings */
}
-/* FIXME: this map works with evdev keyboards, but all the xkb maps
- * probably don't. The easiest is to remap the event keycodes. */
-
static KeySym map[] = {
/* 0x00 */ NoSymbol, NoSymbol,
/* 0x01 */ XK_Escape, NoSymbol,