index
:
xorg/driver/xf86-input-evdev
evdev-1.1-branch
evdev-1.2-branch
evdev-1_0-branch
evdev-2.0-branch
evdev-2.1-branch
evdev-2.2-branch
evdev-2.3-branch
evdev-2.7-branch
input-hotplug
master
sco_port_update
X.org xf86-input-evdev driver.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...
HEAD
master
Peter Hutterer
1
-0/+9
2013-04-16
Add option TypeName (#62831)
Peter Hutterer
3
-0/+21
2013-03-26
evdev 2.8.0
xf86-input-evdev-2.8.0
Peter Hutterer
1
-1/+1
2013-02-12
Return BadValue if EvdevOpenMTDev fails
Peter Hutterer
1
-1/+1
2013-02-12
Make errors on EVIOCGBIT more obvious
Peter Hutterer
1
-9/+9
2013-01-25
Always init axis mapping for the first two rel axes (#59784)
Peter Hutterer
1
-0/+5
2013-01-25
Merge branch 'touch-axis-swap'
Peter Hutterer
1
-54/+72
2013-01-23
Allow relative scroll valuators on absolute devices (#54387)
Peter Hutterer
1
-5/+83
2013-01-23
Split rel and abs axis mapping into two separate arrays
Peter Hutterer
3
-42/+29
2013-01-23
Move some stuff into the new alloc function
Peter Hutterer
1
-11/+18
2013-01-23
Move allocation of EvdevRec into a helper function
Peter Hutterer
1
-1/+8
2013-01-16
autogen.sh: Implement GNOME Build API
Colin Walters
1
-1/+3
2013-01-16
configure: Drop AM_MAINTAINER_MODE
Adam Jackson
1
-1/+0
2013-01-14
Handle axis swap, calibration, and inversion for touch events (#59340)
Peter Hutterer
1
-0/+3
2013-01-14
Move calibration adjustments to helper function
Peter Hutterer
1
-32/+37
2013-01-14
Move valuator swapping into a helper function
Peter Hutterer
1
-21/+31
2013-01-14
Localise tmp variable
Peter Hutterer
1
-1/+1
2013-01-08
Force a button if MT axes are present and it is not a gamepad
Mauro Carvalho Chehab
1
-1/+14
2013-01-08
Drop special XKB option handling
Peter Hutterer
1
-29/+5
2013-01-08
Localise XKB initialization
Peter Hutterer
2
-24/+21
2012-12-05
If stat fails, pretend it's not a virtual device
Peter Hutterer
1
-1/+3
2012-11-29
Add missing mt axis labels
Benjamin Tissoires
1
-0/+5
2012-08-10
Use LogMessageVerbSigSafe if available
Peter Hutterer
2
-11/+12
2012-08-08
Fix broken ButtonMapping option (#53168)
Peter Hutterer
1
-2/+2
2012-08-06
Link against libudev
Peter Hutterer
1
-1/+1
2012-08-06
Don't delete the device on ENODEV
Peter Hutterer
1
-5/+1
2012-07-27
Only use mtdev for multitouch devices
Peter Hutterer
1
-10/+70
2012-07-24
Don't re-open mtdev after PreInit
Peter Hutterer
1
-6/+8
2012-07-13
Fix compilation warnings for non-multitouch builds
Daniel Stone
1
-0/+4
2012-06-15
Move axis labels into a separate header file
Peter Hutterer
3
-161/+196
2012-06-15
Split initializing one axis label out into a helper function
Peter Hutterer
1
-11/+18
2012-06-07
Constify InputDriverRec->default_options
Peter Hutterer
1
-1/+1
2012-06-07
Move duplicate check up before mtdev allocation
Peter Hutterer
1
-9/+9
2012-06-07
Close the fd when mtdev open fails
Peter Hutterer
1
-0/+1
2012-06-07
Release mtdev data whenever we close the fd
Peter Hutterer
1
-13/+25
2012-06-07
strtol doesn't need a empty string, NULL is good enough.
Peter Hutterer
1
-1/+1
2012-06-07
Use xf86IDrvMsg in emuMB.c instead of ErrorF
Peter Hutterer
1
-2/+2
2012-06-07
Fix buffer overrun when populating axis label property array
Chase Douglas
2
-3/+6
2012-05-24
Report the correct number of touches for MT protocol B devices
Chase Douglas
1
-1/+2
2012-05-21
Fix some obvious constness-related compile warnings.
Marcin Slusarz
2
-7/+7
2012-05-01
Devices configured as mice need REL_X/Y
Peter Hutterer
1
-0/+3
2012-03-15
Fix inverted horizontal scroll (#46205)
Peter Hutterer
1
-1/+1
2012-03-07
evdev 2.7.0
xf86-input-evdev-2.7.0
Peter Hutterer
1
-1/+1
2012-01-26
Only force REL_X/Y if no ABS_X/Y exists
Peter Hutterer
1
-1/+2
2012-01-24
Copy last valuator values into new touch valuator masks
Chase Douglas
2
-25/+89
2012-01-18
Prefere relative axis labelling over absolute axis labelling
Peter Hutterer
1
-7/+18
2012-01-17
Force x/y axes to exist on devices with any other axes (#44655)
Peter Hutterer
1
-1/+43
2012-01-10
missing multitouch related define tests
Pete Beardmore
1
-1/+4
2012-01-06
Set the default resolution to 0
Chase Douglas
1
-2/+2
2012-01-02
Remove unused udev.c
Peter Hutterer
1
-69/+0
[next]