Searched hist:"5 ddbc77c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/serio/ |
H A D | i8042.c | 5ddbc77c Wed Sep 09 21:08:15 CDT 2009 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: i8042 - try disabling and re-enabling AUX port at close
Ever since we switched from having a polling timer to registering IRQ handlers for both keyboard and AUX ports at the driver registration time, on certain boxes probing for a mouse results in keyboard stopping working. The only real difference between old and new way is that before we disabled ports after unsuccessful probe whereas now we leave them as is. Try to emulate the old behavior by disabling and immediately re-enabling AUX and KBD ports when corresponding serio port is being closed.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
|