* Device reports motions on 2 axes in absolute coordinates.
* Axes min and max values are reported in raw coordinates.
*/
if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents,
if (InitValuatorClassDeviceStruct (dev, 2, pInfo->history_size,
pInfo->history_size, Absolute) == FALSE)
Absolute) == FALSE)
{
ErrorF ("Unable to allocate Dynapro ValuatorClassDeviceStruct\n");
return !Success;