aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Martin <nim+linux@nimlabs.org>2006-07-19 01:14:44 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-07-19 01:14:44 -0400
commit2c1dd69d28cba5a51e838897e0335f82a292f366 (patch)
tree152f05ca8c20a187e8b34d7f21b189b31bd1ea74
parent896cdc7b802c972d625351eb47d4add22d1fccb6 (diff)
downloadlinux-2c1dd69d28cba5a51e838897e0335f82a292f366.tar.gz
Input: spaceball - make 4000FLX Lefty work
Although the Spaceball 4000FLX Lefty is already supported by the spaceball driver, it does not register properly due to SPACEBALL_MAX_ID being set too low. Increment SPACEBALL_MAX_ID such that the 4000FLX Lefty is properly recognized. Signed-off-by: Nick Martin <nim+linux@nimlabs.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r--drivers/input/joystick/spaceball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/spaceball.c b/drivers/input/joystick/spaceball.c
index 75eb5ca59992aa..7a19ee052972ab 100644
--- a/drivers/input/joystick/spaceball.c
+++ b/drivers/input/joystick/spaceball.c
@@ -50,7 +50,7 @@ MODULE_LICENSE("GPL");
*/
#define SPACEBALL_MAX_LENGTH 128
-#define SPACEBALL_MAX_ID 8
+#define SPACEBALL_MAX_ID 9
#define SPACEBALL_1003 1
#define SPACEBALL_2003B 3