Re: [PATCH] Input: i8042 - force synchronous probing of PNP drivers

2016-12-16 Thread Luis R. Rodriguez
On Tue, Dec 13, 2016 at 09:56:32AM -0800, Dmitry Torokhov wrote: > We rely on the result of scanning PNP bus for keyboard and mouse devices to > decide whether we should continue initialization of i8042 driver or not, so > the probes can not be asynchronous. Can initializing of i8042 driver happen

[PATCH] Input: i8042 - force synchronous probing of PNP drivers

2016-12-13 Thread Dmitry Torokhov
We rely on the result of scanning PNP bus for keyboard and mouse devices to decide whether we should continue initialization of i8042 driver or not, so the probes can not be asynchronous. Also, it is not a good idea to unbind either of the PNP devices while i8042 is running, so let's disable bind/