summaryrefslogtreecommitdiff
path: root/src/wcmValidateDevice.c
Commit message (Expand)AuthorAgeFilesLines
* Post maximum number of contacts to clientsPing Cheng2012-12-061-0/+5
* Add support for MT ISDv4 device 0x4001Ping Cheng2012-12-041-0/+1
* Add three MT ISDv4 devices (E5, 100, 101)Ping Cheng2012-10-261-0/+3
* If _source is NULL, don't auto-pick the type.Peter Hutterer2012-10-251-0/+3
* Add support for Cintiq 24HD touchJason Gerecke2012-10-191-0/+2
* Properly handle nulls in wcmCheckSourceJason Gerecke2012-10-031-4/+3
* Fix double-free in wcmPreInitParseOptionsJason Gerecke2012-10-031-1/+0
* Set WCM_LCD on the Cintiq 24HDJason Gerecke2012-08-221-1/+1
* Add missing newline to error messageJason Gerecke2012-08-021-1/+1
* Replace multiple default variables with arraysJason Gerecke2012-08-021-5/+5
* Add Cintiq 22HDPing Cheng2012-07-131-0/+1
* Fix warning: Re-scope variable in wcmPreInitParseOptionsJason Gerecke2012-05-291-1/+2
* Fix warning: Swap empty string for NULL in wcmIsAValidTypeJason Gerecke2012-05-291-2/+2
* Fix warning: Swap empty string for NULL in wcmNeedAutoHotplugJason Gerecke2012-05-291-2/+2
* Fix warning: Swap empty string for NULL in wcmIsDuplicateJason Gerecke2012-05-291-2/+2
* Fix warning: Swap empty strings for NULL in wcmCheckSourceJason Gerecke2012-05-291-8/+7
* Fix warning: Constify _WacomCommonRec.device_pathJason Gerecke2012-05-291-1/+1
* Add 0xED and 0xEFPing Cheng2012-05-161-3/+2
* Add support for the DTI-520Adam Nielsen2012-04-161-0/+1
* Add support for the Intuos5Jason Gerecke2012-04-041-0/+5
* Plug minor memory leakPeter Hutterer2012-03-221-0/+1
* Have the second touch ring emulate wheel events by defaultJason Gerecke2011-12-291-2/+2
* Add basic support for Cintiq 24HDJason Gerecke2011-12-291-0/+4
* Remove wcmTapTimeDefault variableChris Bagwell2011-11-261-1/+1
* default gesture distance values based on hw maximumsChris Bagwell2011-11-261-3/+17
* Break option parsing into two init phasesChris Bagwell2011-11-261-12/+44
* Deal with opaque InputOption in ABI 14Peter Hutterer2011-11-031-20/+33
* Correct Cintiq 21UX2 features to advertise touch strips, not ringsJason Gerecke2011-10-211-4/+1
* Move DebugLevel options up.Peter Hutterer2011-09-281-4/+0
* If the type isn't valid for our device, say so.Peter Hutterer2011-08-021-0/+5
* Print error to the log if the Type option is missing.Peter Hutterer2011-08-021-0/+3
* Remove unused variable "device"Peter Hutterer2011-07-011-3/+2
* Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer2011-06-301-11/+2
|\
| * Support pressure curve with touch pressureChris Bagwell2011-06-281-1/+1
| * Remove unused Capacity logic on touch devicesChris Bagwell2011-06-281-10/+1
* | Add 3 new models: 6A, 6B, and 97David Foley2011-06-281-0/+1
|/
* remove redundant WCM_LCD setting for WCM_TPC'sChris Bagwell2011-06-271-2/+0
* Fix CintiqV5 LCD defaults by using new TabletSetFeature()Chris Bagwell2011-06-271-18/+18
* Fix invalid rotation valuesPing Cheng2011-06-211-1/+1
* wcmValidateDevice.c: Add 0xE6David Foley2011-05-251-0/+1
* Rename iserial to serialPeter Hutterer2011-05-061-8/+8
* Add some more documentation to the new serial hotplugging code.Peter Hutterer2011-05-061-1/+12
* Make wcmHotplugSerials staticPeter Hutterer2011-05-061-1/+1
* Add ToolSerials option for hotplugging pensAlexia Death2011-04-211-5/+138
* Update all tools rotation property when rotating one of them.Peter Hutterer2011-04-071-1/+1
* Don't rotate hotplugged devices.Peter Hutterer2011-04-071-4/+12
* Factor out rotation parsing and setting.Peter Hutterer2011-04-051-3/+8
* Rename hotplugged to is_primary in wcmParseOption.Peter Hutterer2011-04-051-7/+14
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-1/+2
* Remove one FIXMEPing Cheng2011-03-221-8/+0