summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: xf86WcmVirtualTabletSize → xf86WcmVirtualTabletSizePeter Hutterer2009-12-152-13/+13
* Remove stray semicolon after if conditionPeter Hutterer2009-12-141-1/+1
* Merge branch 'xsetwacom'Peter Hutterer2009-12-141-0/+1
|\
| * xsetwacom: Add property hooks for xsetwacom set/get support.Peter Hutterer2009-12-101-0/+1
* | Quiet gcc warning about not used xf86WcmKbdLedCallback functionPrzemo Firszt2009-12-141-0/+2
* | Update TPCButton checkPing Cheng2009-12-122-7/+6
* | Rename xf86Wcm* generic area check functions to Wcm*Przemo Firszt2009-12-124-21/+21
* | Move xf86WcmPointInArea, xf86WcmAreasOverlap & xf86WcmAreaListOverlapPrzemo Firszt2009-12-123-38/+39
* | 2FGT data parsing was misplacedPing Cheng2009-12-111-20/+22
* | Silence valgrind warning about unitialized bytes.Peter Hutterer2009-12-111-3/+3
* | Gesture for 2FGT devicesPing Cheng2009-12-114-0/+25
* | retrieve usb device and tool type from the kernelPing Cheng2009-12-111-29/+21
* | Move Touch and TPCButton options checkPing Cheng2009-12-111-13/+8
* | Don't set calloc'd fields to zero.Peter Hutterer2009-12-111-66/+4
|/
* Support future udev backend.Peter Hutterer2009-12-101-4/+3
* Add USB devices 0xD0, 0xD1, 0xD2, 0xD3, 0xD4, mapped to the Bamboo tablet.Enrico Ros2009-12-101-10/+25
* Don't crash if model-specific functions are not defined.Enrico Ros2009-12-101-1/+3
* Add new USB devicesPing Cheng2009-12-071-4/+9
* Remove unused commentsPing Cheng2009-12-031-19/+0
* Spin-off usbChooseChannel from usbParseEventPing Cheng2009-12-031-83/+93
* 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
* Provide "Wacom Button Actions" property and associated button actions.Peter Hutterer2009-12-013-99/+203
* 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
* 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
* Remove duplicate of #include "xf86Wacom.h" and #include "wcmFilter.h"Przemo Firszt2009-11-201-6/+3