Input: add start() method to input handlers
authorDmitry Torokhov <dtor@insightbb.com>
Thu, 6 Jul 2006 04:21:03 +0000 (00:21 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 6 Jul 2006 04:21:03 +0000 (00:21 -0400)
commitc7e8dc6ee6d59bf72f5478fa6355a27750e6c7d2
treefb728aee7806ed08f23cb6e24749d3ce6030bb21
parente9c8862f19958846dd0c7b39d0f6216aad6c7bee
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>
drivers/char/keyboard.c
drivers/input/input.c
include/linux/input.h