]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: gameport - fix attach driver code
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 13 Apr 2009 22:27:49 +0000 (15:27 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 2 May 2009 17:56:59 +0000 (10:56 -0700)
commit9458dc01a3249439a54f4b6d5f9814bbeaa6c7aa
treeafcb930e3e0a3106af35c6382ed287d3220f6ef4
parent2d6cff75432a26c3b4064dc9d65fa1e395eebba7
Input: gameport - fix attach driver code

upstream commit: 4ced8e7cb990a2c3bbf0ac7f27b35c890e7ce895

The commit 6902c0bead4ce266226fc0c5b3828b850bdc884a that moved
driver registration out of kgameportd thread was incomplete and
did not add the code necessary to actually attach driver to
already registered devices, rectify that.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/input/gameport/gameport.c