Added xf86-input-elo2300-1.1.2 template.
--HG-- extra : convert_revision : 420202c65c129d4e7f3186f9ba37f6357a27e8a4
This commit is contained in:
12
templates/xf86-input-elo2300/build.diff
Normal file
12
templates/xf86-input-elo2300/build.diff
Normal 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;
|
||||
Reference in New Issue
Block a user