Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276604
Collapse All | Expand All

(-)xf86-input-dynapro-1.1.2/src/xf86Dyna.c.orig (-2 / +2 lines)
Lines 296-303 Link Here
296
		 * Device reports motions on 2 axes in absolute coordinates.
296
		 * Device reports motions on 2 axes in absolute coordinates.
297
		 * Axes min and max values are reported in raw coordinates.
297
		 * Axes min and max values are reported in raw coordinates.
298
		 */
298
		 */
299
		if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents,
299
		if (InitValuatorClassDeviceStruct (dev, 2, pInfo->history_size,
300
						   pInfo->history_size, Absolute) == FALSE)
300
						Absolute) == FALSE)
301
			{
301
			{
302
				ErrorF ("Unable to allocate Dynapro ValuatorClassDeviceStruct\n");
302
				ErrorF ("Unable to allocate Dynapro ValuatorClassDeviceStruct\n");
303
				return !Success;
303
				return !Success;

Return to bug 276604