Added xf86-input-elo2300-1.1.2 template.

--HG--
extra : convert_revision : 420202c65c129d4e7f3186f9ba37f6357a27e8a4
This commit is contained in:
Juan RP 2009-03-31 10:17:39 +02:00
parent ff9e5be8e7
commit df0fbc3554
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- src/elo.c.orig 2009-03-31 10:16:32.517051719 +0200
+++ src/elo.c 2009-03-31 10:16:49.296056335 +0200
@@ -309,8 +309,7 @@ DeviceInit( DeviceIntPtr dev )
* Device reports motions on 2 axes in absolute coordinates.
* Device may reports touch pressure on the 3rd axis.
*/
- if (InitValuatorClassDeviceStruct (dev, priv->axes, xf86GetMotionEvents,
- local->history_size, Absolute) == FALSE)
+ if (InitValuatorClassDeviceStruct (dev, priv->axes, local->history_size, Absolute) == FALSE)
{
ErrorF ("Unable to allocate Elographics touchscreen ValuatorClassDeviceStruct\n");
return !Success;