From: Andres Salomon Date: Tue, 16 Sep 2008 16:30:33 +0000 (-0400) Subject: Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of X-Git-Tag: v2.6.28-rc1~289^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf020ee9650899a45295d0c3a0744d4d1bf2801;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed