commit | 8bf020ee9650899a45295d0c3a0744d4d1bf2801 | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@queued.net> | Tue Sep 16 12:30:33 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Sep 21 18:28:36 2008 -0400 |
tree | 8662aec5256de22eb43438facce3976f776a3559 | |
parent | a48cf5f3e5aef5ecb667f954ae1ae2a9b875465f [diff] |
Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of psmouse_queue_work is passed a delayed_work struct, and queues up the work with kpsmouse_wq. Since we're dealing with delayed_work stuff, this also switches resync_work to a delayed_work struct as well, and makes use of psmouse_queue_work when doing a resync within psmouse-base. Signed-off-by: Andres Salomon <dilinger@debian.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>