summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-05-09 23:26:02 +0000
committerEric Anholt <anholt@freebsd.org>2005-05-09 23:26:02 +0000
commit3f1a1551df2a9f45b3b8821f3f168d4dc8b8b438 (patch)
treeb1cb74e385b9323eb72f7ed599f63caed6d52b0d
parenteca5dff173d5af0a31bbf84579909b88a86e4c92 (diff)
Increase the maximum number of buttons from 12 to 24. Helps with
button-happy mice like the Logitech MediaPlay. (Bugzilla #2390)
-rw-r--r--hw/xfree86/os-support/xf86OSmouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/xf86OSmouse.h b/hw/xfree86/os-support/xf86OSmouse.h
index 1eb4fadc4..7cb732237 100644
--- a/hw/xfree86/os-support/xf86OSmouse.h
+++ b/hw/xfree86/os-support/xf86OSmouse.h
@@ -287,7 +287,7 @@ typedef struct _MouseDevRec {
/* Generalize for other axes. */
#define MSE_NOAXISMAP MSE_NOZMAP
-#define MSE_MAXBUTTONS 12
+#define MSE_MAXBUTTONS 24
#define MSE_DFLTBUTTONS 3
#endif /* _XF86OSMOUSE_H_ */