summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-23drop compat with ancient xservermasterEnrico Weigelt, metux IT consult
Relying on at least 1.18, which has XINPUT version 22.1. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-elographics/-/merge_requests/10>
2024-05-14bump minimal xorg version to 1.18Enrico Weigelt, metux IT consult
1.18 was released a decade ago, so it seems reasonable stop supporting older ones. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-elographics/-/merge_requests/10>
2024-02-27xf86-input-elographics 1.4.4xf86-input-elographics-1.4.4Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-22.gitignore: add some missing entriesEnrico Weigelt, metux IT consult
two generated files were missing: compile man/elographics.4 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-01-17Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functionsAlan Coopersmith
The Xorg headers provide their own versions of strlcat, strlcpy, and timingsafe_memcmp for platforms that don't have them in libc yet, but rely on configure to set HAVE_* defines to determine if they should be defined in the headers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-17Move X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-17configure: clear up obsolete macro warnings from autoconfAlan Coopersmith
configure.ac:48: warning: The macro 'AC_HELP_STRING' is obsolete. configure.ac:48: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:48: the top level configure.ac:67: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:67: You should run autoupdate. ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:67: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-17configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008, so it's time to rely on it. Clears autoconf warnings: configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:44: You should run autoupdate. aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from... configure.ac:44: the top level Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-10-01gitlab CI: ensure libtool is installed in build containerAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-05-24Use memmove() for copying overlaped areas.Tamura Dai
Signed-off-by: Tamura Dai <Tamura.Dai@dh.MitsubishiElectric.co.jp>
2022-12-08xf86-input-elographics 1.4.3xf86-input-elographics-1.4.3Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-12-08gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESAlan Coopersmith
Fix Automake warning: AC_OUTPUT should be used without arguments. www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen: add default patch prefixMihail Konev
Signed-off-by: Mihail Konev <k.mvc@ya.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use quoted string variablesEmil Velikov
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. update AC_PREREQ statement to 2.60 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-16Fix spelling/wording issuesAlan Coopersmith
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-16gitlab CI: add a basic build testAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-16Build xz tarballs instead of bzip2Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-06-09elographics 1.4.2xf86-input-elographics-1.4.2Matt Turner
Signed-off-by: Matt Turner <mattst88@gmail.com>
2019-03-10Add README.md to EXTRA_DISTAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-03-10Update configure.ac bug URL for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-03-10Update README for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-30Handle DEVICE_ABORT on input ABI 19.1Peter Hutterer
Don't do anything, but don't print a warning either. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-01-17Added axis inversion functionality.Jaska Kivela
The module would previously log a message if min > max, but not do anything about it. Keep the original min/max around, swap on-the-fly. Signed-off-by: Jaska Kivela <jaska@kivela.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-08-20elographics 1.4.1xf86-input-elographics-1.4.1Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-08-17Added correct scaling of axes.Søren Holm
Signed-off-by: Søren Holm <sh@sgh.dk> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-08-17Don't force pInfo->flags to 0 (#40870)Peter Hutterer
The server uses the flags to decide if a device comes up as attached or floating slave. Overwriting the flag after the server has processed the CorePointer/AlwaysCore/Floating/etc options results in the device always coming up as floating slave. This again makes the device appear unresponsive. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-07-30elographics 1.4.0xf86-input-elographics-1.4.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-07-30Constify a few stringsPeter Hutterer
xf86Elo.c:74:5: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] several of: xf86Elo.c:915:3: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] (input ABI 18 only) xf86Elo.c:1012:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-07-30Swap calls to Error() to ErrorFPeter Hutterer
Error doesn't exist anymore, removed in xorg-server-1.11.0-182-g09dbfcb Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-19Test the device in PreInit and fail if it cannot be opened.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-19Don't free on init failure, let UnInit take care of it.Peter Hutterer
Avoid double-frees when the server calls Uninit. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-19Use xf86SetStrOption for Option DevicePeter Hutterer
Let the device be printed in the logs Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-18Return proper default for unknown values in pInfo->device_control.Terry Lambert
Signed-off-by: Terry Lambert <tlambert@chromium.org> Reviewed-by: Stephane Marchesin <marcheu@chromium.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-07-08Fix name and type_name for elographicsPeter Hutterer
Don't overwrite the user-assigned name and use XI_TOUCHSCREEN for type_name. Don't allow Option "DeviceName", use Identifier instead. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-06-27elographics 1.3.0xf86-input-elographics-1.3.0Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-06-27Require server 1.10Peter Hutterer
And remove the manual input ABI check. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-12-06Support input ABI 12Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03Remove refcount field, dropped from the serverPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03Drop close_proc, conversion_proc, reverse_conversion_procPeter Hutterer
All three are not called by the server anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03Drop driver-specific motion history size handling.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03Require server 1.9, drop earlier ABI supportPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03Replace LocalDevicePtr with InputInfoPtrPeter Hutterer
Both describe the same struct, LocalDevicePtr has been removed from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2010-12-03unifdef XFree86LOADERPeter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>