Files
linux/drivers/input
David Herrmann a60a71b035 Input: move name/timer init to input_alloc_dev()
We want to allow drivers to call input_event() at any time after the
device got allocated. This means input_event() and input_register_device()
must be allowed to run in parallel.

The only conflicting calls in input_register_device() are init_timer() and
dev_set_name(). Both can safely be moved to device allocation and we're
good to go.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2013-10-06 01:23:26 -07:00
..
2012-11-24 00:05:38 -08:00
2013-09-06 20:23:44 -07:00
2013-09-06 20:23:44 -07:00
2012-08-21 22:29:49 -07:00
2010-11-30 23:10:26 -08:00
2013-09-07 12:53:20 -07:00
2012-08-21 22:29:49 -07:00
2012-08-21 22:29:49 -07:00
2012-08-21 22:29:49 -07:00