index
:
driver/xf86-input-synaptics
master
obsd
synaptics-1.6-branch
synaptics-1.7-branch
synaptics touchpad input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
synproto.c
Age
Commit message (
Expand
)
Author
2012-05-18
Reset hw->x/y to INT_MIN and skip HandleState until we have x/y events
Peter Hutterer
2012-05-10
Move synaptics.h leftovers to synapticsstr.h, drop synaptics.h
Peter Hutterer
2012-05-10
Require xserver 1.12 and inputproto 2.2
Peter Hutterer
2012-05-10
Indent consistently
Peter Hutterer
2012-05-02
Force SLOTSTATE_EMPTY on DeviceOff
Peter Hutterer
2012-05-01
Reset all hardware state on DEVICE_OFF (#49161)
Peter Hutterer
2012-04-24
Update src/synproto.c license to the preferred MIT/X11 license
Chase Douglas
2012-03-22
Keep track of which touch slots are open
Chase Douglas
2012-03-14
Add cumulative_d{x,y} to SynapticsHwState
Chase Douglas
2012-03-14
Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingers
Peter Hutterer
2012-02-11
Move X touch event processing into synaptics.c
Chase Douglas
2012-02-11
Add touch valuator mask to hw state structure
Chase Douglas
2012-02-10
Introduce SynapticsCopyHwState function
Chase Douglas
2012-02-10
Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()
Chase Douglas