Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Use generic ps2 functions in alpscomm.c instead of synaptics | Peter Osterlund | |
specific functions. | |||
2006-04-09 | Added (untested) support for ALPS touchpads using the 2.4 | Peter Osterlund | |
linux kernel. | |||
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 | |
fixes. | |||
2006-04-09 | Renamed synapticshw to SynapticsHwInfo to avoid conflicts | Peter Osterlund | |
with the FreeBSD psm driver. | |||
2006-04-09 | Moved the CommData struct from synaptics.h to synproto.h so | Peter Osterlund | |
that ps2comm.c and eventcomm.c don't have to define SYNAPTICS_PRIVATE. | |||
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 | |
kernel patch from Dmitry Torokhov. | |||
2006-04-09 | Don't send the whole SynapticsPrivate struct to the | Peter Osterlund | |
ReadHwState() functions. | |||
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 | |
files. | |||
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 | |
files. | |||
2006-04-09 | Some work on abstracting out the protocol differences from | Peter Osterlund | |
synaptics.c to make supporting the FreeBSD psm driver possible. | |||
2006-04-09 | Renamed the DBG macro in ps2comm.c to PS2DBG to avoid | Peter Osterlund | |
collision with the DBG macro from the XFree86 core. | |||
2006-04-09 | More preparations for FreeBSD support. | Peter Osterlund | |
2006-04-09 | Some changes to make supporting FreeBSD easier. From Arne | Peter Osterlund | |
Schwabe <arne@rfc2549.org>, with some editing by me. | |||
2006-04-09 | Cosmetic changes. | Peter Osterlund | |
2006-04-09 | Added pass through support. From David Kennedy and Fred | Peter Osterlund | |
Hucht. | |||
2006-04-09 | Cosmetic changes in ps2comm.c. Mostly from Fred Hucht | Peter Osterlund | |
<fred@thp.Uni-Duisburg.DE> and/or David Kennedy. | |||
2006-04-09 | Fixed spelling error. | Peter Osterlund | |
2006-04-09 | Initialize the id variable in QueryIsSynaptics(), so that we | Peter Osterlund | |
don't print out garbage if the identification fails. | |||
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 | |
DEBUG" in ps2comm.c. | |||
2006-04-09 | Changed tab size from 4 to the standard value 8. Reindented | Peter Osterlund | |
code so that it still looks sane. | |||
2006-04-09 | Disable stream mode before trying to identify/initialize the | Peter Osterlund | |
touchpad. Otherwise the touchpad can report motion data in the middle of the initialization sequence, which will confuse the driver and make the initialization fail. | |||
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 | |
referred to this as six_button mode, but this mode was activated based on firmware version, which was not correct. From Hartwig Felger. | |||
2006-04-09 | Longer timeout in the reset sequence. Experience from the | Peter Osterlund | |
2.5 kernel driver has shown that 4 seconds is needed for some touchpads. | |||
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 | |
width. | |||
2006-04-09 | Added source code for the synaptics touchpad XFree86 | Peter Osterlund | |
driver. |