Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206614 | Differences between
and this patch

Collapse All | Expand All

(-)synaptics-0.14.6.orig/synaptics.c (-2 / +2 lines)
Lines 617-626 Link Here
617
			    miPointerGetMotionBufferSize());
617
			    miPointerGetMotionBufferSize());
618
618
619
    /* X valuator */
619
    /* X valuator */
620
    xf86InitValuatorAxisStruct(dev, 0, 0, -1, 1, 0, 1);
620
    xf86InitValuatorAxisStruct(dev, 0, -1, -1, 1, 0, 1);
621
    xf86InitValuatorDefaults(dev, 0);
621
    xf86InitValuatorDefaults(dev, 0);
622
    /* Y valuator */
622
    /* Y valuator */
623
    xf86InitValuatorAxisStruct(dev, 1, 0, -1, 1, 0, 1);
623
    xf86InitValuatorAxisStruct(dev, 1, -1, -1, 1, 0, 1);
624
    xf86InitValuatorDefaults(dev, 1);
624
    xf86InitValuatorDefaults(dev, 1);
625
625
626
    xf86MotionHistoryAllocate(local);
626
    xf86MotionHistoryAllocate(local);

Return to bug 206614