]> git.karo-electronics.de Git - karo-tx-linux.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)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:37:04 +0000 (10:37 -0700)
commitfb1c95cd6b1b0522bf0f7bedc0e1abc3b05d0607
tree6c5849d5d338c87a61ca01df02943c1442d9d285
parentbc7bc5df2deb79df8f3686c81e2e5f43710efb18
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>
drivers/input/gameport/gameport.c