index
:
driver/xf86-input-evdev
master
Linux evdev input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evdev.c
Age
Commit message (
Expand
)
Author
2012-06-07
Fix buffer overrun when populating axis label property array
Chase Douglas
2012-05-25
Report the correct number of touches for MT protocol B devices
Chase Douglas
2012-05-21
Fix some obvious constness-related compile warnings.
Marcin Slusarz
2012-05-01
Devices configured as mice need REL_X/Y
Peter Hutterer
2012-03-16
Fix inverted horizontal scroll (#46205)
Peter Hutterer
2012-01-26
Only force REL_X/Y if no ABS_X/Y exists
Peter Hutterer
2012-01-24
Copy last valuator values into new touch valuator masks
Chase Douglas
2012-01-18
Prefere relative axis labelling over absolute axis labelling
Peter Hutterer
2012-01-17
Force x/y axes to exist on devices with any other axes (#44655)
Peter Hutterer
2012-01-10
missing multitouch related define tests
Pete Beardmore
2012-01-06
Set the default resolution to 0
Chase Douglas
2011-12-23
Merge branch 'multitouch'
Peter Hutterer
2011-12-20
Don't count legacy and MT axes twice
Peter Hutterer
2011-12-20
Add is_blacklisted_axis() helper
Peter Hutterer
2011-12-20
Map ABS_MT_POSITION_X/Y into ABS_X/Y
Peter Hutterer
2011-12-16
Fix relative events with swapped axes
Paulo Zanoni
2011-12-15
Fix absolute events with swapped axes
Paulo Zanoni
2011-12-15
Use xf86InitValuatorAxisStruct, the touch-specific version was dropped
Peter Hutterer
2011-11-29
Don't send pointer events for multitouch touchscreen devices
Chase Douglas
2011-11-11
Print to the log if we find multitouch axes.
Peter Hutterer
2011-11-11
Replace 0/1 button values with enums
Peter Hutterer
2011-11-11
Skip event posting for empty slots.
Peter Hutterer
2011-11-11
Replace open_slot/close_slot with a SlotState enum
Peter Hutterer
2011-11-11
Simplify a condition, only the event type differs here
Peter Hutterer
2011-11-11
When resetting the queue, don't reset the touchMask
Peter Hutterer
2011-11-11
MT axes are counted separately, make sure they're initialized too.
Peter Hutterer
2011-11-11
0 is the value for "unknown/unlimited" number of touches
Peter Hutterer
2011-11-11
Use mtdev API to allocate/free mtdev structs
Peter Hutterer
2011-11-11
Remove duplicate line
Peter Hutterer
2011-11-11
Ensure touchpad events are always processed with MT
Chase Douglas
2011-11-11
Use MTDev for multitouch devices
Chase Douglas
2011-11-11
Add experimental XI 2.1 multitouch support
Chase Douglas
2011-11-11
Use a new "Virtual Device" boolean property to mark virtual devices
Peter Hutterer
2011-11-11
Move misplaced #endif caused by smooth-scrolling merge
Peter Hutterer
2011-11-09
Merge branch 'smooth-scrolling'
Peter Hutterer
2011-11-09
Support smooth scrolling on REL_WHEEL, REL_HWHEEL and REL_DIAL
Peter Hutterer
2011-11-04
Don't crop long value from EvdevBitIsSet.
Peter Hutterer
2011-10-24
type-safe inline functions for bitmask manipulation
Max Schwarz
2011-08-15
Exit axis labelling if axes are neither rel nor abs
Peter Hutterer
2011-07-18
xf86-input-evdev: Return proper default for unknown values in pInfo->device_c...
Terry Lambert
2011-06-15
Remove unused misc_label and val
Peter Hutterer
2011-06-15
Print abs axes ranges on verbosity 6.
Peter Hutterer
2011-06-15
Set prop_product_id undeletable
Daniel Kurtz
2011-05-27
Export device node as property.
Peter Hutterer
2011-05-27
Handle touchscreens without BTN_TOUCH
Peter Korsgaard
2011-05-27
Add a property to toggle function key mode
Peter Hutterer
2011-05-27
Export product/vendor ID through a property.
Peter Hutterer
2011-05-20
Move invert variable to the block it is used in.
Peter Hutterer
2011-04-18
Copy out of proximity values into current values selectively
Chase Douglas
2011-04-05
Ensure all known valuator values are stored when out of proximity
Chase Douglas
[prev]
[next]