summaryrefslogtreecommitdiff
path: root/src/wcmConfig.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Add server managed fd handlingHEADmasterHans de Goede1-1/+4
2014-03-12Add a wcmClose helper functionHans de Goede1-11/+2
2014-02-19Make tested static functions non-static for test suiteEgbert Eich1-1/+2
2013-09-05Print list of supported models on wcmPlugPeter Hutterer1-0/+3
2013-05-09Free the device name after reassigningPeter Hutterer1-2/+5
2013-05-09Plug memory leaks left by xf86SetStrOptionPeter Hutterer1-3/+8
2013-02-26Support pen/touch arbitration across product idsPing Cheng1-6/+34
2013-02-26Arbitration applies to puck/Wacom mouse as wellPing Cheng1-5/+5
2012-10-03Properly handle nulls in wcmIsHotpluggedDeviceJason Gerecke1-2/+2
2012-08-27Pre-allocate the tap timerPeter Hutterer1-0/+2
2012-08-02Replace multiple default variables with arraysJason Gerecke1-12/+12
2012-05-29Fix warning: Swap empty string for NULL in wcmIsHotpluggedDeviceJason Gerecke1-2/+2
2012-05-29Fix warning: Constify _WacomCommonRec.device_pathJason Gerecke1-1/+1
2012-05-29Fix warning: Change default_options to be constJason Gerecke1-1/+1
2012-03-22Don't dereference priv before checking it for NULLPeter Hutterer1-1/+3
2011-12-29Have the second touch ring emulate wheel events by defaultJason Gerecke1-0/+2
2011-11-26Break option parsing into two init phasesChris Bagwell1-1/+4
2011-09-28Move DebugLevel options up.Peter Hutterer1-0/+4
2011-08-25No need to check for pInfo != NULL in PreInitPeter Hutterer1-1/+1
2011-08-02Use xf86SetStrOption to get typePeter Hutterer1-1/+1
2011-07-19Protect against NULL-pointer dereference in UnInitPeter Hutterer1-0/+4
2011-06-27Fix CintiqV5 LCD defaults by using new TabletSetFeature()Chris Bagwell1-2/+2
2011-05-06Update the device's serial number when it comes in.Peter Hutterer1-0/+4
2011-04-14Move common default values to wcmNewCommon()Peter Hutterer1-28/+0
2011-04-08Don't accept invalid device types.Peter Hutterer1-7/+9
2011-04-07Don't rotate hotplugged devices.Peter Hutterer1-3/+20
2011-04-04Centralize pen and touch arbitrationPing Cheng1-0/+51
2011-03-30Resolve the oldHwProx puzzlePing Cheng1-1/+1
2011-03-14Merge branch 'race-condition'Peter Hutterer1-0/+8
2011-03-09Remove RawFilter option from driverJason Gerecke1-1/+1
2011-03-03Add a fixme about tool handling.Peter Hutterer1-0/+5
2011-03-03Don't manually UnInit the devices for ABI 12Peter Hutterer1-0/+3
2011-03-02Purge toolarea from device rec.Peter Hutterer1-29/+1
2011-01-19Rename hardProx to oldHwProx.Peter Hutterer1-1/+1
2011-01-18xf86ProcessCommonOptions doesn't need to be called for ABI 12Peter Hutterer1-2/+1
2011-01-11Move the type properties to wacom-properties.h.Peter Hutterer1-5/+6
2011-01-07Merge branch 'scroll-ring'Peter Hutterer1-1/+1
2010-12-21Merge branch 'multimonitor-purge'Peter Hutterer1-6/+0
2010-12-15Switch the pad to forced absolute mode.Peter Hutterer1-1/+1
2010-12-14Don't reset the flags on init.Peter Hutterer1-1/+0
2010-12-13Fix compiler warning.Peter Hutterer1-1/+3
2010-12-10Don't free the device info on a failed PreInit.Peter Hutterer1-8/+3
2010-11-30Remove numScreens field.Peter Hutterer1-1/+0
2010-11-30Remove currentScreen, it's write-only now.Peter Hutterer1-1/+0
2010-11-30Purge ScreenNo handling.Peter Hutterer1-1/+0
2010-11-30Purge MMonitor option.Peter Hutterer1-3/+0
2010-11-04Adjust to new input PreInit from API 12.Peter Hutterer1-16/+33
2010-10-14Use enums for defining protocol used.Chris Bagwell1-1/+1
2010-10-07Purge TwinView driver support.Peter Hutterer1-1/+0
2010-10-07Remove refcnt initialization from InputDriverRec.Peter Hutterer1-1/+0