summaryrefslogtreecommitdiff
path: root/src/wcmConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Rename xf86Wcm* to wcm* - part 2Przemysław Firszt2010-01-011-1/+1
* Auto-prepend device name/file to debug messages.Peter Hutterer2009-12-241-0/+1
* common and priv both have debugLevel, just pass them in as-is.Peter Hutterer2009-12-241-3/+2
* Merge the function name into the DBG macro.Peter Hutterer2009-12-241-2/+2
* Merge the xf86Msg into the DBG macro.Peter Hutterer2009-12-241-3/+3
* Use xf86Msg instead of ErrorF for debug messages.Peter Hutterer2009-12-221-2/+2
* Set Touch and Gesture options during the configurationPing Cheng2009-12-161-2/+2
* Move xf86WcmPointInArea, xf86WcmAreasOverlap & xf86WcmAreaListOverlapPrzemo Firszt2009-12-121-37/+0
* Don't set calloc'd fields to zero.Peter Hutterer2009-12-111-66/+4
* Provide "Wacom Button Actions" property and associated button actions.Peter Hutterer2009-12-011-1/+1
* Support serial hotplugging.Ping Cheng2009-11-301-6/+12
* Only check device type for xorg.conf devices, not HAL devices.Ping Cheng2009-11-301-2/+2
* Remove uniq field - not required.Ping Cheng2009-11-261-1/+1
* Move the ARRAY_SIZE macro into a header file, it's useful elsewhere.Peter Hutterer2009-11-261-2/+0
* Reset local->private before calling xf86DeleteInput.Peter Hutterer2009-11-241-1/+5
* Purge driver-specific speed/accel.Peter Hutterer2009-11-191-2/+0
* Remove spurious executable bits from source files.Peter Hutterer2009-11-181-0/+0
* If a device is specified, don't check for a wacom vendor id.Peter Hutterer2009-11-171-4/+0
* retrieve all tool types from the kernelPing Cheng2009-11-121-13/+10
* Spin-off validatation from configuration.Ping Cheng2009-11-121-716/+8
* share device size and resolution between penabled and touch of the same produ...Ping Cheng2009-11-111-12/+10
* Add 0xFF product as catchall for unknown devices.Peter Hutterer2009-11-101-8/+6
* Move auto-dev probing checks into small static functionPeter Hutterer2009-11-061-14/+21
* Move the uniq assignment into wcmNeedAutoHotplug.Peter Hutterer2009-11-061-7/+5
* Remove a needless call to xf86CheckStrOptionPeter Hutterer2009-11-061-2/+2
* Remove log spamming debug message.Peter Hutterer2009-11-061-1/+0
* Rip most option parsing out of xf86WcmInit.Peter Hutterer2009-11-061-97/+112
* BaudRate only needs checking for ISDV4 devices.Peter Hutterer2009-11-061-10/+5
* vim tags for the coding style.Peter Hutterer2009-11-061-0/+1
* Don't accept invalid Rotate and ForceDevice options.Peter Hutterer2009-11-061-4/+18
* Remove unecessary debug statements.Peter Hutterer2009-11-061-126/+18
* Support auto-hotplugging in the driver.Peter Hutterer2009-11-061-5/+185
* On unplug, remove the device from the commonWcmDevices list.Peter Hutterer2009-11-051-1/+15
* Abstract product lookup into a static function.Peter Hutterer2009-11-051-17/+24
* Break out of the loop once we found a valid type.Peter Hutterer2009-11-051-0/+3
* Pass type into wcmIsAValidType.Peter Hutterer2009-11-051-6/+4
* Use ARRAY_SIZE macro instead of manual sizeof().Peter Hutterer2009-11-051-2/+4
* Remove needless NULL checks before xfree.Peter Hutterer2009-11-051-19/+10
* Don't overwrite the name with the XI type.Peter Hutterer2009-11-051-72/+7
* Remove fakeLocal init device.Peter Hutterer2009-11-051-70/+58
* Fix a commentPeter Hutterer2009-11-051-2/+2
* Move allocation of type out of xf86WcmInitPeter Hutterer2009-11-051-24/+31
* Unify log messages to a common format.Peter Hutterer2009-11-051-43/+48
* Localize lookup for other devices of the same device.Peter Hutterer2009-11-051-3/+1
* Streamline xf86WcmAllocate a bitPeter Hutterer2009-11-051-29/+22
* Don't cast xalloc returns.Peter Hutterer2009-11-041-5/+5
* Validate tool type before adding itPing Cheng2009-11-041-2/+128
* Silence compiler warnings if DEBUG is off.Peter Hutterer2009-11-041-0/+2
* Use the SYSCALL macro for opening the fdPeter Hutterer2009-11-041-3/+1
* Avoid adding duplicated devices/tools from hotpluggingPing Cheng2009-11-041-5/+135