summaryrefslogtreecommitdiff
path: root/src/kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbd.c')
-rw-r--r--src/kbd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 9c025ff..629b534 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -481,10 +481,6 @@ PostKbdEvent(InputInfoPtr pInfo, unsigned int scanCode, Bool down)
ErrorF("kbd driver rec scancode: 0x02%x %s\n", scanCode, down?"down":"up");
#endif
- /* Disable any keyboard processing while in suspend */
- if (xf86inSuspend)
- return;
-
/*
* First do some special scancode remapping ...
*/