Skip to content

Commit

Permalink
Input: spaceball - make 4000FLX Lefty work
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Martin authored and Dmitry Torokhov committed Jul 19, 2006
1 parent 896cdc7 commit 2c1dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/joystick/spaceball.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c1dd69

Please sign in to comment.