Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of
authorAndres Salomon <dilinger@queued.net>
Tue, 16 Sep 2008 16:30:33 +0000 (12:30 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 21 Sep 2008 22:28:36 +0000 (18:28 -0400)
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>

No differences found