Re: [PATCH]: Add command-line option to i8042 to completely disable it

2007-07-25 Thread Chris Lalancette
to detect. > Hm, OK. I'll go back and look at i8042_flush() to see if I can detect this erroneous situation automatically and fail the i8042_controller_init() if I see it. Chris Lalancette

[PATCH]: Add command-line option to i8042 to completely disable it

2007-07-23 Thread Chris Lalancette
either of those options are checked). This patch adds a command-line option "i8042.disable", which just completely disables any checking for the i8042 controller. Signed-off-by: Chris Lalancette <[EMAIL PROTECTED]> diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.