]> git.baikalelectronics.ru Git - kernel.git/commit
Input: elan_i2c - enable asynchronous probing
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 5 Aug 2015 19:01:30 +0000 (12:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 7 Aug 2015 21:55:39 +0000 (14:55 -0700)
commitb5d0ef9b1abc6c30cecc2c3d082355530c2fee26
treeed1a56c615c34d2cfe16d73956d768279f222463
parentae0d8c266df7e3dc1f3e0c212e2919455d04d132
Input: elan_i2c - enable asynchronous probing

It takes a bit of time to go through controller power up sequence and
initialization. To not stall the overall boot progress let's probe the
controller asynchronously, given that userspace is usually prepared for
hot-plugging of input devices and thus does not rely on particular
ordering.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elan_i2c_core.c