Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-21 | elographics 1.2.3xf86-input-elographics-1.2.3 | Peter Hutterer | |
2008-10-14 | Add special handling for Sunit dSeries. RH #445193 | Peter Hutterer | |
This model does not reply to queries about touchscreen identification. After opening the fd, we can skip right to enabling the device. Red Hat Bug <https://bugzilla.redhat.com/show_bug.cgi?id=445193> | |||
2008-10-14 | Add Option "Model" to supported list of options. | Peter Hutterer | |
Some touchscreens supported by this driver need special handling, hence the explicit specification of the model. Note that this commit does not actually do anything with the information, it just sets some internal state. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||
2008-08-14 | Fix build, xf86Version.h -> xorgVersion.h | Peter Hutterer | |
2008-06-18 | Don't convert coordinates for servers 1.4 and above. | William Brack | |
These servers do the coordinate conversion themselves, so no need to do it in the driver. Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> | |||
2008-06-17 | Remove RCS tags. | Peter Hutterer | |
2008-06-17 | Remove XFREE_V4 define and all code that expects it to be unset. | Peter Hutterer | |
If you're still not running something more recent than X11 3, then you have other issues anyway. | |||
2008-06-17 | Remove trailing whitespaces. | Peter Hutterer | |
2008-06-17 | WaitForInput before trying to xf86EloGetPacket. #14109 | William M. Brack | |
Followup to 72408c2404246b9cb4698bd45be439be8ced3c23. This patch isn't perfect yet, usage of O_NONBLOCK would be preferred and some better error handling for incomplete packages, but at least it's less broken than without this patch. Signed-off-by: Peter Hutterer <peter@cs.unisa.edu.au> X.Org Bug 14109 <http://bugs.freedesktop.org/show_bug.cgi?id=14109> | |||
2008-06-10 | elographics 1.2.2xf86-input-elographics-1.2.2 | Julien Cristau | |
2008-06-10 | remove ChangeLog, add dist hook | Julien Cristau | |
Remove ChangeLog from the tree, and add a git dist hook to generate it automatically. | |||
2008-05-27 | Check for XINPUT ABI 3. | Peter Hutterer | |
2008-05-21 | elographics 1.2.1xf86-input-elographics-1.2.1 | Adam Jackson | |
2008-05-01 | Don't divide by zero. #14902 | Peter Hutterer | |
X.Org Bug 14902 <http://bugs.freedesktop.org/show_bug.cgi?id=14902> | |||
2008-03-20 | elographics 1.2.0xf86-input-elographics-1.2.0 | Adam Jackson | |
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2008-02-28 | Wrap the content of ReadInput into a loop. Bug #14109 | Peter Hutterer | |
There may be more than one packet waiting for us at a time, so loop until we don't get one anymore. This patch is untested for lack of a device, but should fix X.Org Bug 14109 <http:/bugs.freedesktop.org/show_bug.cgi?id=14109> | |||
2008-01-09 | Remove reliance on xf86_ansic.h | Benjamin Close | |
xf86_ansic.h is no longer part of the xorg hence this causes compilations failures on some architectures Found by: Tinderbox | |||
2007-12-28 | Bug #13248: use -1, -1 as min/max value for valuators. | Jaroslaw Siebert | |
If we specify a min/max value for our valuators, the X server will clip any coordinates at these values. This fixes the second issue reported in #13248 X.Org Bugzilla #13248 <https://bugs.freedesktop.org/show_bug.cgi?id=13248> | |||
2007-12-28 | Bug #13248: pass the correct coordinates to the DDX. | Jaroslaw Siebert | |
cur_x and cur_y are the packets we get from the deviec, but after scaling the actual coordinates we need to only deal with x and y. This fixes one issue reported Bug #13248. X.Org Bugzilla #13248 <https://bugs.freedesktop.org/attachment.cgi?id=13248> | |||
2007-12-28 | Bug #9803: Don't allow zero-sized width/height. | Daniel Drake | |
A bad configuration can result in height or width being zero. This potentially causes a divide-by-zero error in xf86EloConvert(). Detect the bad configuration early on and produce a meaningful error message. X.Org Bugzilla #9803 <https://bugs.freedesktop.org/show_bug.cgi?id=9803> | |||
2007-09-07 | Bug #11087: xf86-input-elographics COPYING file | Daniel Drake | |
X.Org Bugzilla #11087 <https://bugs.freedesktop.org/show_bug.cgi?id=11087> | |||
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | |
2007-08-23 | Rename .cvsignore to .gitignore | James Cloos | |
2007-08-06 | Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec | Brice Goglin | |
2005-12-21 | Update package version for X11R7 release.xf86-video-impact-0_2_0elographics-1_1_0XORG-7_1XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-02 | Remove extraneous AC_MSG_RESULT. | Kevin E Martin | |
2005-11-29 | Only build dlloader modules by default. | Adam Jackson | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-11-01 | Update pkgcheck depedencies to work with separate build roots. | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro | Alan Coopersmith | |
substitutions to work better with BSD make | |||
2005-10-17 | More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead | Adam Jackson | |
of indirectly | |||
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | |
2005-08-26 | Update elographics manpage to list supported options. (Debian #075)XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Daniel Stone | |
2005-08-18 | Update autogen.sh to one that does objdir != srcdir. | Daniel Stone | |
2005-08-10 | Don\'t lose existing CFLAGS in all the input drivers and some of the video | Søren Sandmann Pedersen | |
drivers | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-13 | Make the module dir configurable | Kevin E Martin | |
2005-07-13 | Update all input drivers to pass distcheck | Kevin E Martin | |
2005-07-12 | Build skeletons for input drivers. Should basically work. | Adam Jackson | |
2005-07-11 | Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Adam Jackson | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".XORG-6_8_99_14 | Daniel Stone | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | |