From de9ce703c6b807b1dfef5942df4f2fadd0fdb67a Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Sun, 10 Sep 2006 21:57:21 -0400 Subject: Input: i8042 - get rid of polling timer Remove polling timer that was used to detect keybord/mice hotplug and register both IRQs right away instead of waiting for a driver to attach to a port. Signed-off-by: Dmitry Torokhov --- drivers/input/serio/i8042.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/input/serio/i8042.h') diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h index af526ab9ec04..b3eb7a72d961 100644 --- a/drivers/input/serio/i8042.h +++ b/drivers/input/serio/i8042.h @@ -36,15 +36,6 @@ #define I8042_CTL_TIMEOUT 10000 -/* - * When the device isn't opened and it's interrupts aren't used, we poll it at - * regular intervals to see if any characters arrived. If yes, we can start - * probing for any mouse / keyboard connected. This is the period of the - * polling. - */ - -#define I8042_POLL_PERIOD HZ/20 - /* * Status register bits. */ -- cgit v1.2.3-59-g8ed1b