diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-29 13:28:19 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-29 13:28:46 +1030 |
commit | b77f9398570fb8eae1fcf50bc3c10c9c390c6bac (patch) | |
tree | 016a19416fc862f0a307a5785ff75f9992d50ace /src/evdev.c | |
parent | Flush input after re-opening the fd. (diff) | |
download | xf86-input-evdev-b77f9398570fb8eae1fcf50bc3c10c9c390c6bac.tar.gz xf86-input-evdev-b77f9398570fb8eae1fcf50bc3c10c9c390c6bac.tar.bz2 xf86-input-evdev-b77f9398570fb8eae1fcf50bc3c10c9c390c6bac.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>
Diffstat (limited to 'src/evdev.c')
-rw-r--r-- | src/evdev.c | 3 |
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, |