summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move xf86WcmReady from wcmCompat.c to xf86Wacom.cPing Cheng2009-12-034-41/+15
* Move xf86WcmWait from wcmCompat.c to wcmISDV4.cPing Cheng2009-12-033-14/+14
* AC_TYPE of 0 is a valid type for wheel events.Peter Hutterer2009-12-021-0/+1
* wacom 0.10.2xf86-input-wacom-0.10.2Peter Hutterer2009-12-011-1/+1
* Provide "Wacom Button Actions" property and associated button actions.Peter Hutterer2009-12-015-103/+221
* Fix a crash that would happen when a sysfs device doesn't existTomas Carnecky2009-12-011-1/+2
* Clean up wcmPktLength code for ISDV4 devices.Ping Cheng2009-11-303-49/+24
* Move xf86WcmOpen from wcmCommon.c to xf86Wacom.c, where it is supposed to be.Ping Cheng2009-11-303-77/+66
* Move wcmDevCls check to xf86WcmOpen, where it belongs.Ping Cheng2009-11-303-35/+25
* Let default catch all hotplugged serial ISDV4 devicesPing Cheng2009-11-301-11/+10
* Remove ForceDevice option - now unused.Ping Cheng2009-11-301-19/+23
* Support serial hotplugging.Ping Cheng2009-11-302-30/+98
* Only check device type for xorg.conf devices, not HAL devices.Ping Cheng2009-11-301-2/+2
* Don't crash if wcmIsAValidType returns False for all typesThomas Jaeger2009-11-301-0/+6
* Support sending keys on xserver-1.6Thomas Jaeger2009-11-271-0/+8
* Add two-finger touch support and unify touch support for the new protocol.Ping Cheng2009-11-271-121/+124
* Add defines for various ISDV packet lengths.Ping Cheng2009-11-271-8/+15
* Convert a failed ioctl error into a warning only.Peter Hutterer2009-11-261-1/+4
* Remove uniq field - not required.Ping Cheng2009-11-263-11/+1
* Move the ARRAY_SIZE macro into a header file, it's useful elsewhere.Peter Hutterer2009-11-262-2/+2
* Init the key class struct for the device (and send keys) on ABI 7.Peter Hutterer2009-11-262-9/+28
* Remove XWACOM_PARAM_* definitions - unused now.Peter Hutterer2009-11-261-122/+0
* Fix comment - xf86WcmInitalprivSize is actually xf86WcmInitialToolSizePrzemo Firszt2009-11-261-1/+1
* Remove duplicate comment for xf86WcmRegisterX11Devices.Przemo Firszt2009-11-261-6/+0
* Reset local->private before calling xf86DeleteInput.Peter Hutterer2009-11-241-1/+5
* Convert some serial error messages into warnings.Ping Cheng2009-11-241-9/+15
* janitor: Remove commented out include directive.Ping Cheng2009-11-241-1/+0
* janitor: Fix indentation of a debug message.Ping Cheng2009-11-241-1/+2
* Only support baud rates 19200 and 38400 for ISDV4 devices.Ping Cheng2009-11-231-3/+2
* If the ioctl failed, return FALSE for xf86IsWacomDevice.Ping Cheng2009-11-231-1/+6
* janitor: Leave loop early if we found a pos. result.Ping Cheng2009-11-231-0/+3
* fdi: compress all WACf0* devices into one.Ping Cheng2009-11-231-1/+1
* fdi: compress the wacom tablet into the first condition.Peter Hutterer2009-11-231-11/+1
* wacom 0.10.1xf86-input-wacom-0.10.1Peter Hutterer2009-11-201-1/+1
* Fix comment in configure.Peter Hutterer2009-11-201-1/+1
* Remove duplicate of #include "xf86Wacom.h" and #include "wcmFilter.h"Przemo Firszt2009-11-201-6/+3
* Purge driver-specific speed/accel.Peter Hutterer2009-11-194-43/+4
* Remove defines from the ghost of christmas past.Peter Hutterer2009-11-181-16/+3
* Remove REVISION HISTORY comments.Peter Hutterer2009-11-182-18/+0
* Fix long-standing typos in applying speed factors.Peter Hutterer2009-11-181-2/+2
* Add GPL document to dist tarball.Peter Hutterer2009-11-181-1/+1
* Remove spurious executable bits from source files.Peter Hutterer2009-11-1811-0/+0
* Remove some if 0'd code.Peter Hutterer2009-11-171-44/+0
* If a device is specified, don't check for a wacom vendor id.Peter Hutterer2009-11-171-4/+0
* Remove a duplicated #ifdef in wcmValidateDevice.cPing Cheng2009-11-171-6/+1
* This patch allows multiple tools of the same type to be defined for one device.Ping Cheng2009-11-171-53/+48
* Fix an error message to list the device name.Peter Hutterer2009-11-131-1/+3
* retrieve all tool types from the kernelPing Cheng2009-11-125-201/+58
* Spin-off validatation from configuration.Ping Cheng2009-11-125-723/+834
* report device id for protocol 5 devicesPing Cheng2009-11-111-3/+9