| commit | 5f94548982ad8cb9867297e9e18e50ec7b8accea | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Nov 02 22:51:46 2005 -0500 |
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | Wed Nov 02 22:51:46 2005 -0500 |
| tree | bddaa8a9b37decec5663d2a8d17c93dd732ad8c8 | |
| parent | 438c9da5143c6a563c5c684b91eb7848a7b2d83d [diff] |
Input: do not register statically allocated devices Do not register statically allocated input devices to prevent OOPS when attaching input interfaces since it requires class device to be properly initialized. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>