Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c1dd69d authored by Nick Martin's avatar Nick Martin Committed by Dmitry Torokhov
Browse files

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: default avatarNick Martin <nim+linux@nimlabs.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 896cdc7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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