diff options
author | Adam Jackson <ajax@redhat.com> | 2007-12-03 11:57:40 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2007-12-03 11:57:40 -0500 |
commit | b139da4553e71896689e8f522e5cff58f5bb7674 (patch) | |
tree | f260df45084a8fbdfcf692464d42614eff62ad9a | |
parent | ec247cd91cf147a8d1e79b0746680b049269798f (diff) |
Don't sleep(1) on VT entry.
-rw-r--r-- | src/kbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -543,7 +543,6 @@ KbdProc(DeviceIntPtr device, int what) * passing on parts of the VT switch sequence. */ if (pInfo->fd >= 0) { - sleep(1); xf86FlushInput(pInfo->fd); AddEnabledDevice(pInfo->fd); } |