Input: gamecon - add SNES mouse support
authorRaphael Assenat <raph@raphnet.net>
Sun, 2 Apr 2006 05:10:05 +0000 (00:10 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Sun, 2 Apr 2006 05:10:05 +0000 (00:10 -0500)
commitb157d55eef38f014015b8058a9f733d1c1c49cb4
treead1a04c9be6aa67b11fd40686d06fc5d8d271b6b
parentac648a6a704f73cc2a0f128d9deeb57aa6d76f6d
Input: gamecon - add SNES mouse support

SNES gamepads and mice share the same type of interface so they both can be
connected to the parallel port using a simple interface.  Adding mouse
support to a gamepad driver may sound funny at first, but doing so in this
case makes it possible to connect and SNES gamepads and mice at the same
time, on the same port.

Signed-off-by: Raphael Assenat <raph@raphnet.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Documentation/input/joystick-parport.txt
drivers/input/joystick/gamecon.c