summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Don't free anything in PreInit, provide an UnInit instead.Peter Hutterer2-7/+18
2011-07-19Dont call xf86DeleteInput on PreInit failure.Peter Hutterer1-1/+0
2011-07-08Always set the type name.Peter Hutterer1-0/+1
2011-06-27Assign local->private after allocating.Peter Hutterer1-0/+1
2011-06-03Remove pointless checks on is_core_pointer.Cyril Brulebois1-22/+17
2011-06-03Remove checks on the ABI now that 12 or higher is required.Cyril Brulebois1-22/+0
2011-06-03Drop support for pre-input ABI 12 servers.Cyril Brulebois2-76/+4
2011-06-03Fix “initialization from incompatible pointer type” for default_options.Cyril Brulebois1-1/+1
2011-06-03Silence gcc: report_{x, y} are getting initialized.Cyril Brulebois1-1/+1
2011-06-03Avoid “'ReverseConvertProc' defined but not used” warning.Cyril Brulebois2-17/+16
2010-11-25Add mode field to InitValuatorAxisStructPeter Hutterer1-3/+15
2010-11-25Adjust to new PreInit for ABI 12.Peter Hutterer2-12/+42
2010-11-25Use a local variable for history_size.Peter Hutterer1-1/+3
2010-11-25Purge close_proc, hasn't been called by the server for ages.Peter Hutterer2-7/+0
2010-11-25Move default_options up, preparation work for ABI 12.Peter Hutterer1-12/+12
2010-11-25Remove libc wrapper usage for xcalloc, xfree, etc.Peter Hutterer1-2/+2
2010-11-25Replace LocalDevicePtr with InputInfoPtr.Peter Hutterer2-21/+20
2010-11-25Remove usage of XI86_POINTER_CAPABLE.Peter Hutterer1-1/+1
2010-10-27Remove refcnt field from InputDriverRec.Alan Coopersmith1-2/+1
2010-04-15config: simplify configuration regarding sysfs headers and library.Gaetan Nadon3-17/+12
2010-04-15config: add conditional inclusion of config.hGaetan Nadon1-0/+2
2010-04-15config: remove AH_TOP autoheader statementGaetan Nadon1-0/+1
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2009-09-09Remove redefinition of read()Peter Hutterer1-4/+1
2009-09-09Remove unused code from TearDownProcPeter Hutterer1-12/+0
2009-09-09unifdef XFree86LOADER, this isn't optional anymore anyway.Peter Hutterer1-2/+0
2009-09-09Remove RCS tagsPeter Hutterer2-2/+0
2009-09-09remove un-used _ACECAD_C_ definePeter Hutterer1-1/+0
2009-09-08xf86-input-acecad: Remove unused .cvsignore file #23776Gaetan Nadon1-6/+0
2009-06-22Cope with ABI_XINPUT_VERSION 7 - requires button/axes labels.Peter Hutterer1-3/+43
2009-02-02Janitor: Correct make distcheck and minor configure.ac cleanup.Paulo Cesar Pereira de Andrade1-0/+2
2008-11-28Dont dlopen libsysfs.so, instead, link with it when available.Paulo Cesar Pereira de Andrade2-46/+46
2008-05-27Check for XINPUT ABI 3.Peter Hutterer1-1/+4
2008-05-01Compile warning fixes.Paulo Cesar Pereira de Andrade2-3/+2
2008-02-09acecad: fix blotchy input in Inkscape and the Gimp by not pretending to be th...Giuseppe Bilotta1-2/+2
2008-02-09acecad: improve handling of botched input versionsGiuseppe Bilotta1-3/+8
2007-10-28acecad: fake device limits == screen limits in xserver 1.4 for xinputGiuseppe Bilotta1-1/+19
2007-10-27acecad: set type_name to XI_TABLETGiuseppe Bilotta1-1/+1
2007-10-26acecad: do our own scaling with USB device since it's not done in the kernel ...Giuseppe Bilotta1-3/+9
2007-10-26acecad: don't crash when xf86IsCorePointer is not definedGiuseppe Bilotta1-2/+7
2007-08-28Make compatible with new input ABIAlan Coopersmith1-0/+8
2007-07-09Don't crash X when the tablet wasn't found.Giuseppe Bilotta1-1/+5
2007-05-30fix build on BSD systems.Matthieu Herrb1-1/+1
2007-05-01Off-by-one (and comment) fix.Paul Vojta1-3/+3
2007-04-29Simplify flag setup.autodevGiuseppe Bilotta1-9/+2
2007-04-29More whitespace/coding style cleanups.Giuseppe Bilotta1-19/+19
2007-04-29Centralize the success code for the probe routine.Giuseppe Bilotta1-8/+8
2007-04-28Keep track of device availability.Giuseppe Bilotta2-16/+34
2007-04-28NOTAVAIL macro to check if errno means device not available.Giuseppe Bilotta2-1/+3
2007-04-28Make acecadAutoDev into a flag.Giuseppe Bilotta2-5/+5