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;

View file

@ -0,0 +1,13 @@
# Template build file for 'xf86-input-elo2300'.
pkgname=xf86-input-elo2300
version=1.1.2
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Xorg elo2300 input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ce575f79a5a93f4129a4e63572911d54cdc6640abc303afeb3c74741bb3c9627
long_desc="
This is the elo2300 input driver for the Xorg X11 server."
Add_dependency full glibc
Add_dependency full xorg-server