summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Don't send pointer events for multitouch touchscreen devicesmultitouch-develChase Douglas1-5/+6
2011-11-11Add the required defines to compile against the inputprotoPeter Hutterer1-0/+2
2011-11-11Print to the log if we find multitouch axes.Peter Hutterer1-0/+14
2011-11-11Replace 0/1 button values with enumsPeter Hutterer4-13/+21
2011-11-11Skip event posting for empty slots.Peter Hutterer2-4/+14
2011-11-11Replace open_slot/close_slot with a SlotState enumPeter Hutterer2-8/+12
2011-11-11Simplify a condition, only the event type differs herePeter Hutterer1-10/+13
2011-11-11When resetting the queue, don't reset the touchMaskPeter Hutterer1-1/+10
2011-11-11MT axes are counted separately, make sure they're initialized too.Peter Hutterer1-1/+1
2011-11-110 is the value for "unknown/unlimited" number of touchesPeter Hutterer1-1/+1
2011-11-11Use mtdev API to allocate/free mtdev structsPeter Hutterer1-13/+6
2011-11-11Remove duplicate linePeter Hutterer1-3/+2
2011-11-11Ensure touchpad events are always processed with MTChase Douglas1-1/+2
2011-11-11Use MTDev for multitouch devicesChase Douglas4-3/+45
2011-11-11Add experimental XI 2.1 multitouch supportChase Douglas3-16/+237
2011-11-11Use a new "Virtual Device" boolean property to mark virtual devicesPeter Hutterer3-1/+122
2011-11-11Move misplaced #endif caused by smooth-scrolling mergePeter Hutterer1-1/+1
2011-11-09Bump to 2.6.99Peter Hutterer1-1/+1
2011-11-09Merge branch 'smooth-scrolling'Peter Hutterer2-1/+20
2011-11-09Support smooth scrolling on REL_WHEEL, REL_HWHEEL and REL_DIALPeter Hutterer2-1/+20
2011-11-04Don't crop long value from EvdevBitIsSet.Peter Hutterer1-1/+1
2011-10-31emuThird: Use xf86SetIntOption, not xf86SetBoolOption for integer valuesJools Wills1-2/+2
2011-10-24type-safe inline functions for bitmask manipulationMax Schwarz1-34/+42
2011-08-15Exit axis labelling if axes are neither rel nor absPeter Hutterer1-1/+2
2011-07-18xf86-input-evdev: Return proper default for unknown values in pInfo->device_c...Terry Lambert1-0/+3
2011-06-15Remove unused misc_label and valPeter Hutterer2-7/+0
2011-06-15Print abs axes ranges on verbosity 6.Peter Hutterer1-0/+2
2011-06-15Require server 1.10Peter Hutterer2-5/+1
2011-06-15Set prop_product_id undeletableDaniel Kurtz1-1/+1
2011-05-27Export device node as property.Peter Hutterer3-2/+25
2011-05-27Handle touchscreens without BTN_TOUCHPeter Korsgaard1-0/+6
2011-05-27Add a property to toggle function key modePeter Hutterer5-1/+337
2011-05-27Export product/vendor ID through a property.Peter Hutterer2-2/+36
2011-05-20Move invert variable to the block it is used in.Peter Hutterer1-1/+1
2011-04-18Copy out of proximity values into current values selectivelyChase Douglas1-7/+8
2011-04-05Ensure all known valuator values are stored when out of proximityChase Douglas1-1/+4
2011-04-05Ensure events are posted when entering into proximityChase Douglas1-0/+1
2011-03-23rename valuator init functionsSimon Thum1-14/+14
2011-03-09Remove constness of device filename to avoid warning when freed.Rami Ylimäki2-3/+3
2011-03-09Release leaked device identifier on input device disconnect.Rami Ylimäki1-0/+3
2011-03-09Release leaked XKB options on input device disconnect.Rami Ylimäki1-1/+13
2011-02-11Use Absolute/Relative as argument to xf86Post*Peter Hutterer2-7/+7
2011-02-08Add third button emulation.Peter Hutterer6-0/+492
2011-01-31Static atoms don't need to be initialized to 0.Peter Hutterer1-5/+5
2011-01-31Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer3-128/+115
2011-01-25Add support for masked valuatorsChase Douglas3-87/+111
2011-01-24Switch to "goto" logic for error handling when adding classesChase Douglas1-9/+15
2011-01-24Remove support for X input ABI < 12.2Chase Douglas5-472/+12
2011-01-11evdev 2.6.0Peter Hutterer1-1/+1
2011-01-06Print out error messages when failing to init devicesChase Douglas1-4/+16