summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'xsetwacom'Peter Hutterer2009-12-145-2/+1981
|\
| * xsetwacom: handle "on"/"off" for boolean properties.Peter Hutterer2009-12-121-2/+34
| * xsetwacom: handle string commands for TwinView settingPeter Hutterer2009-12-101-1/+97
| * xsetwacom: Be more flexible for multi-value properties.Peter Hutterer2009-12-101-2/+9
| * xsetwacom: enable -x and -s get flagsPeter Hutterer2009-12-101-20/+69
| * xsetwacom: implement xyDefault - reset to driver-internal defaults.Peter Hutterer2009-12-101-1/+43
| * xsetwacom: plug minor memory leak in set()Peter Hutterer2009-12-101-2/+3
| * xsetwacom: support GNU-style for --list, --get, etc.Peter Hutterer2009-12-101-12/+38
| * xsetwacom: implement verbosity.Peter Hutterer2009-12-101-5/+31
| * xsetwacom: switch to use of named initializers.Peter Hutterer2009-12-101-402/+567
| * xsetwacom: implement get_mode.Peter Hutterer2009-12-101-1/+34
| * xsetwacom: support get/set rotate.Peter Hutterer2009-12-101-1/+103
| * xsetwacom: error out if a property offset doesn't exist.Peter Hutterer2009-12-101-0/+13
| * xsetwacom: a few parameters aren't implemented for get either.Peter Hutterer2009-12-101-5/+5
| * xsetwacom: don't try to get/set nonexistant buttons.Peter Hutterer2009-12-101-0/+16
| * xsetwacom: abstract extracting the button number.Peter Hutterer2009-12-101-14/+14
| * xsetwacom: implement "get Button1" for simple mappings.Peter Hutterer2009-12-101-32/+54
| * xsetwacom: Add special hook for 'get PressCurve'Peter Hutterer2009-12-101-1/+34
| * xsetwacom: split func into set_func and get_func.Peter Hutterer2009-12-101-47/+48
| * xsetwacom: add "-" and "+" notation and modifier parsing to key sending.Peter Hutterer2009-12-101-3/+78
| * xsetwacom: keystroke button mapping support.Peter Hutterer2009-12-101-2/+149
| * xsetwacom: Remove getdefault option, not implemented anyway.Peter Hutterer2009-12-101-7/+1
| * xsetwacom: remove CoreEvent option - not a driver choice.Peter Hutterer2009-12-101-5/+0
| * xsetwacom: implement 'xsetwacom get' for basic properties.Peter Hutterer2009-12-101-0/+57
| * xsetwacom: remove SpeedLevel and Accel options.Peter Hutterer2009-12-101-11/+0
| * xsetwacom: announce not-implemented options and parameters as such.Peter Hutterer2009-12-101-4/+5
| * xsetwacom: fill in property for TPCButton, RawFilter, ClickForce.Peter Hutterer2009-12-101-3/+3
| * xsetwacom: implement rel/abs mode setting.Peter Hutterer2009-12-101-1/+26
| * xsetwacom: allow for multi-value properties (PressCurve)Peter Hutterer2009-12-101-21/+25
| * xsetwacom: Support xsetwacom set <name> Button1 for buttons and references.Peter Hutterer2009-12-101-4/+45
| * xsetwacom: Add property hooks for xsetwacom set/get support.Peter Hutterer2009-12-103-5/+208
| * xsetwacom: Add find_device() helper function.Peter Hutterer2009-12-101-0/+52
| * xsetwacom: Implement xsetwacom list.Peter Hutterer2009-12-103-5/+605
| * Add tools/xsetwacom, currently a stub.Peter Hutterer2009-12-104-2/+134
* | 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