diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 0e7f7491e..41aa10e3b 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -315,6 +315,8 @@ configureInputSection (void) mouse->inp_option_lst = xf86addNewOption(mouse->inp_option_lst, "Device", DFLT_MOUSE_DEV); #endif + mouse->inp_option_lst = + xf86addNewOption(mouse->inp_option_lst, "ZAxisMapping", "4 5 6 7"); ptr = (XF86ConfInputPtr)xf86addListItem((glp)ptr, (glp)mouse); return ptr; }