Input: add semaphore and user count to input_dev structure;
authorDmitry Torokhov <dtor_core@ameritech.net>
Sun, 29 May 2005 07:29:25 +0000 (02:29 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Sun, 29 May 2005 07:29:25 +0000 (02:29 -0500)
       serialize open and close calls and ensure that device's
       open and close methods are only called when first user
       opens it or last user closes it.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found