commit | c7e8dc6ee6d59bf72f5478fa6355a27750e6c7d2 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Thu Jul 06 00:21:03 2006 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Thu Jul 06 00:21:03 2006 -0400 |
tree | fb728aee7806ed08f23cb6e24749d3ce6030bb21 | |
parent | e9c8862f19958846dd0c7b39d0f6216aad6c7bee [diff] |
Input: add start() method to input handlers The new start() method is called immediately after connect() and also when "grabbed" device is released by its owner. This will allow input handlers to re-synchronize state of once-grabbed device with the rest of devices. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>