summaryrefslogtreecommitdiff
path: root/src/wcmConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Be more strict about linking to already-linked devicesJason Gerecke2018-01-041-1/+7
* Use git-version-gen for build-time version stringsJason Gerecke2017-12-151-0/+1
* Introduce "Pressure2K" config option for incompatible softwareJason Gerecke2017-05-311-0/+1
* Make sibling device name matching slightly more lenientPing Cheng2017-02-131-3/+12
* Set the active driver to NULL before uninitalizing the deviceJason Gerecke2014-09-251-0/+3
* clang-warning: -Wmissing-variable-declarationsJason Gerecke2014-09-191-1/+1
* scan-build: Logic error: Potential unintended use of sizeof() on pointer typeJason Gerecke2014-09-191-1/+1
* Replace multitude of "old state" vars with a _WacomDeviceStateJason Gerecke2014-05-091-1/+1
* Remove dead code: misc. _WacomDeviceRec variablesJason Gerecke2014-04-151-3/+0
* Support hardware touch switchJason Gerecke2014-03-191-0/+2
* Update wcmTouchDevice for touch interfaceJason Gerecke2014-03-191-6/+17
* Improve wcmLinkTouchAndPen device matchingPing Cheng2014-03-191-52/+112
* Add server managed fd handlingHans de Goede2014-03-201-1/+4
* Add a wcmClose helper functionHans de Goede2014-03-201-11/+2
* Make tested static functions non-static for test suiteEgbert Eich2014-02-191-1/+2
* Print list of supported models on wcmPlugPeter Hutterer2013-09-051-0/+3
* Free the device name after reassigningPeter Hutterer2013-05-091-2/+5
* Plug memory leaks left by xf86SetStrOptionPeter Hutterer2013-05-091-3/+8
* Support pen/touch arbitration across product idsPing Cheng2013-02-261-6/+34
* Arbitration applies to puck/Wacom mouse as wellPing Cheng2013-02-261-5/+5
* Properly handle nulls in wcmIsHotpluggedDeviceJason Gerecke2012-10-031-2/+2
* Pre-allocate the tap timerPeter Hutterer2012-08-271-0/+2
* Replace multiple default variables with arraysJason Gerecke2012-08-021-12/+12
* Fix warning: Swap empty string for NULL in wcmIsHotpluggedDeviceJason Gerecke2012-05-291-2/+2
* Fix warning: Constify _WacomCommonRec.device_pathJason Gerecke2012-05-291-1/+1
* Fix warning: Change default_options to be constJason Gerecke2012-05-291-1/+1
* Don't dereference priv before checking it for NULLPeter Hutterer2012-03-221-1/+3
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-0/+2
* Break option parsing into two init phasesChris Bagwell2011-11-261-1/+4
* Move DebugLevel options up.Peter Hutterer2011-09-281-0/+4
* No need to check for pInfo != NULL in PreInitPeter Hutterer2011-08-251-1/+1
* Use xf86SetStrOption to get typePeter Hutterer2011-08-021-1/+1
* Protect against NULL-pointer dereference in UnInitPeter Hutterer2011-07-191-0/+4
* Fix CintiqV5 LCD defaults by using new TabletSetFeature()Chris Bagwell2011-06-271-2/+2
* Update the device's serial number when it comes in.Peter Hutterer2011-05-061-0/+4
* Move common default values to wcmNewCommon()Peter Hutterer2011-04-141-28/+0
* Don't accept invalid device types.Peter Hutterer2011-04-081-7/+9
* Don't rotate hotplugged devices.Peter Hutterer2011-04-071-3/+20
* Centralize pen and touch arbitrationPing Cheng2011-04-041-0/+51
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-1/+1
* Merge branch 'race-condition'Peter Hutterer2011-03-141-0/+8
|\
| * Add a fixme about tool handling.Peter Hutterer2011-03-031-0/+5
| * Don't manually UnInit the devices for ABI 12Peter Hutterer2011-03-031-0/+3
* | Remove RawFilter option from driverJason Gerecke2011-03-091-1/+1
|/
* Purge toolarea from device rec.Peter Hutterer2011-03-021-29/+1
* Rename hardProx to oldHwProx.Peter Hutterer2011-01-191-1/+1
* xf86ProcessCommonOptions doesn't need to be called for ABI 12Peter Hutterer2011-01-181-2/+1
* Move the type properties to wacom-properties.h.Peter Hutterer2011-01-111-5/+6
* Merge branch 'scroll-ring'Peter Hutterer2011-01-071-1/+1
|\
| * Switch the pad to forced absolute mode.Peter Hutterer2010-12-151-1/+1