]> git.kernelconcepts.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)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 15 Apr 2009 15:58:19 +0000 (08:58 -0700)
commit4ced8e7cb990a2c3bbf0ac7f27b35c890e7ce895
tree17d4f49178ec7c407b876796ac0c6d57ea9a80b7
parentd061ebd57a046b3df8be8b76c387a95171059244
Input: gameport - fix attach driver code

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>
drivers/input/gameport/gameport.c