commit | b6d786dbe6fc19b51edd6cf6de84fd65b702c800 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Wed Jul 19 01:08:51 2006 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Wed Jul 19 01:08:51 2006 -0400 |
tree | 999b39ed26d3c51278d469f5ea7c1d5a7b49eaaa | |
parent | cb78623517ca08a035a3f69c0ca6d68a0123e649 [diff] |
Input: add missing handler->start() call The start() method need to be called every time we create a new handle. This includes not only registering new devices but also when registering new handlers. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>