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
/
ps2comm.c
Age
Commit message (
Expand
)
Author
2008-06-06
Start reorganizing the source tree
Christoph Brill
2007-04-11
Add a config option to prevent the driver from grabbing the event
Peter Osterlund
2006-12-17
Fix to make the driver work on newest xorg GIT.
Jesper Smith
2006-04-09
Use generic ps2 functions in alpscomm.c instead of synaptics
Peter Osterlund
2006-04-09
Added (untested) support for ALPS touchpads using the 2.4
Peter Osterlund
2006-04-09
Don't call PS2QueryHardware() from PSMReadHwState().
Peter Osterlund
2006-04-09
Added (untested) support for the FreeBSD psm mouse driver.
Peter Osterlund
2006-04-09
Renamed functions in ps2comm.c for better consistency.
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
Don't call ps2comm functions directly from synaptics.c.
Peter Osterlund
2006-04-09
Moved autodev handling to the protocol specific files.
Peter Osterlund
2006-04-09
Handle touchpads with a middle mouse button. Based on a 2.6
Peter Osterlund
2006-04-09
Don't send the whole SynapticsPrivate struct to the
Peter Osterlund
2006-04-09
Replaced Success with TRUE/FALSE in ps2comm.c.
Peter Osterlund
2006-04-09
Moved reading of hardware state to the protocol specific
Peter Osterlund
2006-04-09
Don't export private stuff from ps2comm.[ch].
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
2006-04-09
Renamed the DBG macro in ps2comm.c to PS2DBG to avoid
Peter Osterlund
2006-04-09
More preparations for FreeBSD support.
Peter Osterlund
2006-04-09
Some changes to make supporting FreeBSD easier. From Arne
Peter Osterlund
2006-04-09
Cosmetic changes.
Peter Osterlund
2006-04-09
Added pass through support. From David Kennedy and Fred
Peter Osterlund
2006-04-09
Cosmetic changes in ps2comm.c. Mostly from Fred Hucht
Peter Osterlund
2006-04-09
Fixed spelling error.
Peter Osterlund
2006-04-09
Initialize the id variable in QueryIsSynaptics(), so that we
Peter Osterlund
2006-04-09
Forgot to run emacs indent before last check in.
Peter Osterlund
2006-04-09
More consistent code formatting.
Peter Osterlund
2006-04-09
Created a helper macro to get rid of all the ugly "#ifdef
Peter Osterlund
2006-04-09
Changed tab size from 4 to the standard value 8. Reindented
Peter Osterlund
2006-04-09
Disable stream mode before trying to identify/initialize the
Peter Osterlund
2006-04-09
White space fixes in ps2comm.[ch].
Peter Osterlund
2006-04-09
Added proper support for "multi buttons". The old code
Peter Osterlund
2006-04-09
Longer timeout in the reset sequence. Experience from the
Peter Osterlund
2006-04-09
Merged some stuff from version 0.11.3.
Peter Osterlund
2006-04-09
Added comments to let emacs know about the non-standard tab
Peter Osterlund
2006-04-09
Added source code for the synaptics touchpad XFree86
Peter Osterlund