Re: [PATCH v2] atkbd: Fix multi-char scancode handling on reconnect.

2013-01-10 Thread Shawn Nematbakhsh
Hi Dmitry, On Sun, Jan 6, 2013 at 1:10 AM, Dmitry Torokhov wrote: > Hi Shawn, > > On Thu, Dec 20, 2012 at 06:33:11PM -0800, Shawn Nematbakhsh wrote: >> On resume from suspend there is a possibility for multi-byte scancodes >> to be handled incorrectly. atkbd_reconnect disables the processing of >

Re: [PATCH v2] atkbd: Fix multi-char scancode handling on reconnect.

2013-01-06 Thread Dmitry Torokhov
Hi Shawn, On Thu, Dec 20, 2012 at 06:33:11PM -0800, Shawn Nematbakhsh wrote: > On resume from suspend there is a possibility for multi-byte scancodes > to be handled incorrectly. atkbd_reconnect disables the processing of > scancodes in software by calling atkbd_disable, but the keyboard may > sti

[PATCH v2] atkbd: Fix multi-char scancode handling on reconnect.

2012-12-20 Thread Shawn Nematbakhsh
On resume from suspend there is a possibility for multi-byte scancodes to be handled incorrectly. atkbd_reconnect disables the processing of scancodes in software by calling atkbd_disable, but the keyboard may still be active because no disconnect command was sent. Later, software handling is re-en