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
/
eventcomm.c
Age
Commit message (
Expand
)
Author
2006-04-09
Implemented ALPS DualPoint support from change
Peter Osterlund
2006-04-09
Fixed compiler warnings when using the xorg sdk include
Peter Osterlund
2006-04-09
Added support for Synaptics cPad devices. (Also requires a
Peter Osterlund
2006-04-09
Fixed detection of ALPS touchpads when using a 2.6 linux
Peter Osterlund
2006-04-09
Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device
Peter Osterlund
2006-04-09
If the evdev kernel module seems to be missing, say so in
Peter Osterlund
2006-04-09
Properly implement EventQueryHardware().
Peter Osterlund
2006-04-09
Don't call PS2QueryHardware() from PSMReadHwState().
Peter Osterlund
2006-04-09
Removed unnecessary #includes and made some code formatting
Peter Osterlund
2006-04-09
Renamed synapticshw to SynapticsHwInfo to avoid conflicts
Peter Osterlund
2006-04-09
Moved the CommData struct from synaptics.h to synproto.h so
Peter Osterlund
2006-04-09
Moved autodev handling to the protocol specific files.
Peter Osterlund
2006-04-09
Don't send the whole SynapticsPrivate struct to the
Peter Osterlund
2006-04-09
Moved reading of hardware state to the protocol specific
Peter Osterlund
2006-04-09
Moved the QueryHardware function to the protocol specific
Peter Osterlund
2006-04-09
Some work on abstracting out the protocol differences from
Peter Osterlund