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
2008-06-06
Start reorganizing the source tree
Christoph Brill
2007-07-06
Update my copyright information.
Peter Osterlund
2007-05-17
Don't match wacom tablets in the event device probing.
Peter Osterlund
2007-05-17
On Linux 2.6, the evdev interface provides support for requesting the
Matthew Garrett
2007-04-11
Add a config option to prevent the driver from grabbing the event
Peter Osterlund
2006-07-07
Fix compile errors when using Xorg 7.1.
Peter Osterlund
2006-04-09
If no /dev/input/event* device nodes are found, say so in
Peter Osterlund
2006-04-09
The evdev auto-dev code could incorrectly blame problems on
Peter Osterlund
2006-04-09
Made the event auto device detection work even if some
Peter Osterlund
2006-04-09
Made the event device auto detection more robust. Check for
Peter Osterlund
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