summaryrefslogtreecommitdiff
path: root/ps2comm.h
AgeCommit message (Collapse)Author
2006-04-09Fixed spelling errors.Peter Osterlund
2006-04-09Use generic ps2 functions in alpscomm.c instead of synapticsPeter Osterlund
specific functions.
2006-04-09Fixed bug in change b8e955b4ce399ba44e60bd13f9838974eee88513.Peter Osterlund
2006-04-09Added (untested) support for ALPS touchpads using the 2.4Peter Osterlund
linux kernel.
2006-04-09Moved ps2_print_ident() forward declaration to ps2comm.h.Peter Osterlund
2006-04-09Reverted incorrect changes in changePeter Osterlund
f56d238d28567c0c23270a72ff656255f4fd8e0d.
2006-04-09Don't call ps2comm functions directly from synaptics.c.Peter Osterlund
2006-04-09Handle touchpads with a middle mouse button. Based on a 2.6Peter Osterlund
kernel patch from Dmitry Torokhov.
2006-04-09Don't export private stuff from ps2comm.[ch].Peter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
synaptics.c to make supporting the FreeBSD psm driver possible.
2006-04-09More preparations for FreeBSD support.Peter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
Schwabe <arne@rfc2549.org>, with some editing by me.
2006-04-09Added pass through support. From David Kennedy and FredPeter Osterlund
Hucht.
2006-04-09Cosmetic cleanup in ps2comm.h.Peter Osterlund
2006-04-09White space fixes in ps2comm.[ch].Peter Osterlund
2006-04-09Added proper support for "multi buttons". The old codePeter 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-09Merged some stuff from version 0.11.3.Peter Osterlund
2006-04-09Added source code for the synaptics touchpad XFree86Peter Osterlund
driver.