commit | d1fefd5b73ba9fe301441e84ebea06044d8f5ea4 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Apr 28 13:16:00 2014 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed May 14 16:40:03 2014 -0700 |
tree | 6fb8fb7babfc6194047603a859ee5f60da190a62 | |
parent | 27245519f0de50b005323c6cd8560ce77c1b42ae [diff] |
Input: remove race when instantiating polled device attributes Polled device's attributes controlling polling rate and whether polling is enabled are attached to input device. We should have device core instantiate them for us, so that they are created by the time new device notification is sent to userspace, instead of doing it ourselves afterwards. Tested-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>