summaryrefslogtreecommitdiff
path: root/ps2comm.c
AgeCommit message (Expand)Author
2008-06-06Start reorganizing the source treeChristoph Brill
2007-04-11Add a config option to prevent the driver from grabbing the eventPeter Osterlund
2006-12-17Fix to make the driver work on newest xorg GIT.Jesper Smith
2006-04-09Use generic ps2 functions in alpscomm.c instead of synapticsPeter Osterlund
2006-04-09Added (untested) support for ALPS touchpads using the 2.4Peter Osterlund
2006-04-09Don't call PS2QueryHardware() from PSMReadHwState().Peter Osterlund
2006-04-09Added (untested) support for the FreeBSD psm mouse driver.Peter Osterlund
2006-04-09Renamed functions in ps2comm.c for better consistency.Peter Osterlund
2006-04-09Removed unnecessary #includes and made some code formattingPeter Osterlund
2006-04-09Renamed synapticshw to SynapticsHwInfo to avoid conflictsPeter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Don't call ps2comm functions directly from synaptics.c.Peter Osterlund
2006-04-09Moved autodev handling to the protocol specific files.Peter Osterlund
2006-04-09Handle touchpads with a middle mouse button. Based on a 2.6Peter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund
2006-04-09Replaced Success with TRUE/FALSE in ps2comm.c.Peter Osterlund
2006-04-09Moved reading of hardware state to the protocol specificPeter Osterlund
2006-04-09Don't export private stuff from ps2comm.[ch].Peter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
2006-04-09Renamed the DBG macro in ps2comm.c to PS2DBG to avoidPeter Osterlund
2006-04-09More preparations for FreeBSD support.Peter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
2006-04-09Cosmetic changes.Peter Osterlund
2006-04-09Added pass through support. From David Kennedy and FredPeter Osterlund
2006-04-09Cosmetic changes in ps2comm.c. Mostly from Fred HuchtPeter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Initialize the id variable in QueryIsSynaptics(), so that wePeter Osterlund
2006-04-09Forgot to run emacs indent before last check in.Peter Osterlund
2006-04-09More consistent code formatting.Peter Osterlund
2006-04-09Created a helper macro to get rid of all the ugly "#ifdefPeter Osterlund
2006-04-09Changed tab size from 4 to the standard value 8. ReindentedPeter Osterlund
2006-04-09Disable stream mode before trying to identify/initialize thePeter Osterlund
2006-04-09White space fixes in ps2comm.[ch].Peter Osterlund
2006-04-09Added proper support for "multi buttons". The old codePeter Osterlund
2006-04-09Longer timeout in the reset sequence. Experience from thePeter Osterlund
2006-04-09Merged some stuff from version 0.11.3.Peter Osterlund
2006-04-09Added comments to let emacs know about the non-standard tabPeter Osterlund
2006-04-09Added source code for the synaptics touchpad XFree86Peter Osterlund