summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-24xfree86: add missing linebreak in error message.Peter Hutterer1-1/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-16/+19
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas1-2/+2
2010-10-22xfree86: convert xf86Post{Motion|Key|Button|Proximity}Event to masksPeter Hutterer1-18/+18
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-22/+69
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-4/+1
2010-10-15xfree86: rename parameter names to xf86ScaleAxis.Peter Hutterer1-16/+19
2010-09-10xfree86: move XI_VERIFY_VALUATORS to the source file it's used in.Peter Hutterer1-0/+8
2010-09-10xfree86: update comment for xf86DeleteInputPeter Hutterer1-3/+1
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-78/+63
2010-09-10xfree86: plug minor memory leak.Peter Hutterer1-1/+2
2010-09-10xfree86: Remove extraOptions parameter from xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-09-10xfree86: remove some ifdef 0 code.Peter Hutterer1-6/+0
2010-09-10xfree86: move a declaration down to the block it is used in.Peter Hutterer1-3/+1
2010-09-10xfree86: minor comment fix. HAL → config backendPeter Hutterer1-1/+1
2010-09-10 xfree86: skip a few NULL initialization, calloc does it for us.Peter Hutterer1-6/+0
2010-09-10xfree86: remove conversion procs and close proc from InputInfoRec.Peter Hutterer1-3/+0
2010-09-06Remove atom field from InputInfoRec.Peter Hutterer1-2/+3
2010-09-06input: constify valuators passed in by input drivers.Peter Hutterer1-4/+4
2010-09-01xfree86: remove history_sizePeter Hutterer1-4/+0
2010-09-01xfree86: remove always_core_feedback from InputInfoRec.Peter Hutterer1-1/+0
2010-09-01xfree86: remove private_flags from InputInfoRec.Peter Hutterer1-1/+0
2010-09-01input: Purge AddOtherInputDevices DDX hook.Peter Hutterer1-5/+0
2010-09-01input: remove OpenInputDevice and CloseInputDevice DDX hooks.Peter Hutterer1-41/+0
2010-09-01xfree86: Fix xf86 backend-specific input initializationSimon Thum1-3/+24
2010-09-01xfree86: purge superfluous includes from xf86Xinput.cPeter Hutterer1-16/+0
2010-09-01xfree86: remove LocalDeviceRec/Ptr definition.Peter Hutterer1-41/+41
2010-09-01xfree86: move xf86AllocateInput and xf86DeleteInput to xf86Xinput.cPeter Hutterer1-0/+89
2010-09-01xfree86: return the device from xf86ActivateDevice.Peter Hutterer1-5/+4
2010-09-01input: set XKB extension for all new devices, not just xfree86 ones.Peter Hutterer1-2/+0
2010-09-01xfree86: purge SendDragEvents support.Peter Hutterer1-24/+1
2010-09-01xfree86: remove XI86_CONFIGURED flag.Peter Hutterer1-31/+21
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-1/+0
2010-09-01xfree86: remove superflous assignments.Peter Hutterer1-2/+0
2010-09-01xfree86: make xf86ActivateDevice static.Peter Hutterer1-1/+1
2010-09-01config: expose config_info as an input option.Peter Hutterer1-0/+1
2010-09-01xfree86: rework driver PreInit API - XInput ABI 12Peter Hutterer1-4/+6
2010-09-01xfree86: fix compiler warning about implicied decl of DuplicateModule.Peter Hutterer1-0/+1
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith1-3/+0
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard1-70/+152
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson1-22/+25
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson1-18/+31
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+4
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+14
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-3/+3
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson1-0/+32
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66
2010-06-10xfree86: Constify InputClass functionsDan Nicholson1-3/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-4/+2
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-4/+4