index
:
xf86-input-evdev
code-remap
code-remap-2.10.3
code-remap-2.10.5
code-remap-2.10.6
code-remap-2.4.0
code-remap-2.6.0
code-remap-2.7.0
code-remap-2.8.0
code-remap-2.8.1
code-remap-2.8.2
code-remap-2.9.0
code-remap-2.9.1
code-remap-2.9.2
master
Patches for the evdev driver
dakkar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evdev.c
Commit message (
Expand
)
Author
Age
...
|
*
Handle axis swap, calibration, and inversion for touch events (#59340)
Peter Hutterer
2013-01-14
|
*
Move calibration adjustments to helper function
Peter Hutterer
2013-01-14
|
*
Move valuator swapping into a helper function
Peter Hutterer
2013-01-14
|
*
Localise tmp variable
Peter Hutterer
2013-01-14
*
|
Allow relative scroll valuators on absolute devices (#54387)
Peter Hutterer
2013-01-23
*
|
Split rel and abs axis mapping into two separate arrays
Peter Hutterer
2013-01-23
*
|
Move some stuff into the new alloc function
Peter Hutterer
2013-01-23
*
|
Move allocation of EvdevRec into a helper function
Peter Hutterer
2013-01-23
|
/
*
Force a button if MT axes are present and it is not a gamepad
Mauro Carvalho Chehab
2013-01-08
*
Drop special XKB option handling
Peter Hutterer
2013-01-08
*
Localise XKB initialization
Peter Hutterer
2013-01-08
*
If stat fails, pretend it's not a virtual device
Peter Hutterer
2012-12-05
*
Use LogMessageVerbSigSafe if available
Peter Hutterer
2012-08-10
*
Fix broken ButtonMapping option (#53168)
Peter Hutterer
2012-08-08
*
Don't delete the device on ENODEV
Peter Hutterer
2012-08-07
*
Only use mtdev for multitouch devices
Peter Hutterer
2012-07-27
*
Don't re-open mtdev after PreInit
Peter Hutterer
2012-07-25
*
Fix compilation warnings for non-multitouch builds
Daniel Stone
2012-07-13
*
Move axis labels into a separate header file
Peter Hutterer
2012-06-15
*
Split initializing one axis label out into a helper function
Peter Hutterer
2012-06-15
*
Constify InputDriverRec->default_options
Peter Hutterer
2012-06-08
*
Move duplicate check up before mtdev allocation
Peter Hutterer
2012-06-08
*
Close the fd when mtdev open fails
Peter Hutterer
2012-06-08
*
Release mtdev data whenever we close the fd
Peter Hutterer
2012-06-08
*
strtol doesn't need a empty string, NULL is good enough.
Peter Hutterer
2012-06-08
*
Fix buffer overrun when populating axis label property array
Chase Douglas
2012-06-07
*
Report the correct number of touches for MT protocol B devices
Chase Douglas
2012-05-25
*
Fix some obvious constness-related compile warnings.
Marcin Slusarz
2012-05-21
*
Devices configured as mice need REL_X/Y
Peter Hutterer
2012-05-01
*
Fix inverted horizontal scroll (#46205)
Peter Hutterer
2012-03-16
*
Only force REL_X/Y if no ABS_X/Y exists
Peter Hutterer
2012-01-26
*
Copy last valuator values into new touch valuator masks
Chase Douglas
2012-01-24
*
Prefere relative axis labelling over absolute axis labelling
Peter Hutterer
2012-01-18
*
Force x/y axes to exist on devices with any other axes (#44655)
Peter Hutterer
2012-01-17
*
missing multitouch related define tests
Pete Beardmore
2012-01-10
*
Set the default resolution to 0
Chase Douglas
2012-01-06
*
Merge branch 'multitouch'
Peter Hutterer
2011-12-23
|
\
|
*
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-20
|
*
Use xf86InitValuatorAxisStruct, the touch-specific version was dropped
Peter Hutterer
2011-12-15
|
*
Don't send pointer events for multitouch touchscreen devices
Chase Douglas
2011-11-29
|
*
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
[prev]
[next]