summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-4/+4
2010-05-25xfree86: store the InputAttributes in the input device.Peter Hutterer1-1/+2
2010-05-23xfree86: fix multiple InputAttributes tag matching.Peter Hutterer1-3/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-16xf86ScaleAxis: support for high resolution devicesBenjamin Tissoires1-4/+4
2010-04-11xfree86: Fix priority ordering for ignoring input classesDan Nicholson1-7/+12
2010-03-26xfree86: merge driver from the input class into the options.Peter Hutterer1-0/+1
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson1-16/+19
2010-02-11Add tag matching to input attributes.Peter Hutterer1-0/+18
2010-02-11xfree86: Set fnmatch pathname flag for InputClass device matchingDan Nicholson1-1/+1
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson1-11/+40
2010-02-11xfree86: Use "Ignore" option in InputClass to skip devicesDan Nicholson1-0/+26
2010-02-11xfree86: Make InputClass docs and comments match realityDan Nicholson1-3/+3
2010-01-25xfree86: replace True/False with TRUE/FALSE.Peter Hutterer1-10/+10
2010-01-11xfree86: init pointer feedback controls from optionsSimon Thum1-2/+26
2010-01-11whitespace fixesSimon Thum1-18/+16
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-2/+2
2009-12-30xfree86: move sanity checks below option and input classes merges.Peter Hutterer1-10/+11
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson1-0/+93
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-10-27Xinput: allow non-integer values again for Constant- and AdaptiveDecelerationHans Nieser1-2/+2
2009-10-23Kill compilation warnings.Marcin BaczyƄski1-3/+9
2009-10-06xfree86: remove log-spamming DebugFPeter Hutterer1-10/+0
2009-09-20xf86Xinput.c: get DIX event queue pointer once at InitInput timeKeith Packard1-9/+0
2009-09-20xfree86: remove now unused variablePeter Hutterer1-3/+0
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-8/+1
2009-08-03xf86Xinput: xf86PostButtonEventP must set POINTER_ACCELERATE for relative eve...Oliver McFadden1-4/+9
2009-07-30xf86Xinput: Add the xf86Post(Proximity|Button|Key)EventP helper functions.Oliver McFadden1-59/+75
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-0/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-2/+2
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-2/+2