Re: synaptics: PS/2 touchpad isn't detected if a keyboard key is held down on boot
Dmitry Torokhov <[email protected]>
| Newsgroups | org.kernel.vger.linux-hotplug,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 07, 2013 at 05:47:09PM +0400, Andrey Moiseev wrote: > I inserted a printk into ps2_handle_response(struct ps2dev *ps2dev, > unsigned char data) in "drivers/input/serio/libps2.c" and other > functions in the file. > It really eats scancodes from the keyboard, as I see (0x23 is the 'H' > press scancode). Seems like the scancodes are mixed with reasonable > values. Is it a bug in the controller? Not necessarily... Can you boot with i8042.debug=1 and post full dmesg? Thanks. -- Dmitry