Re: [PATCH] Input: i8042 - signal wakeup from atkbd/psmouse

2019-03-28 Thread Rafael J. Wysocki
On Wednesday, March 27, 2019 1:28:00 AM CET Dmitry Torokhov wrote: > Instead of signalling wakeup directly from i8042, let psmouse and atkbd > drivers execute basic protocol handling and only then signal wakeup > condition. This solves the issue where we increment wakeup counter > simply because we

[PATCH] Input: i8042 - signal wakeup from atkbd/psmouse

2019-03-26 Thread Dmitry Torokhov
Instead of signalling wakeup directly from i8042, let psmouse and atkbd drivers execute basic protocol handling and only then signal wakeup condition. This solves the issue where we increment wakeup counter simply because we are getting responses from keyboard/mouse to the commands we ourselves sen