commit | 71d0f562358c3274e78ef371dfeb71ad5e86cb91 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Aug 05 12:01:30 2015 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Aug 07 14:55:39 2015 -0700 |
tree | ed1a56c615c34d2cfe16d73956d768279f222463 | |
parent | 9f6a07b67fc032fce28248da62d9342fd4e89954 [diff] |
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>