Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-09 | Made the event auto device detection work even if some | Peter Osterlund | |
/dev/input/event nodes are missing, which can happen when using a udev based system. | |||
2006-04-09 | Made the event device auto detection more robust. Check for | Peter Osterlund | |
required features (ABS_X, ABS_Y, ABS_PRESSURE and BTN_TOOL_FINGER) instead of relying on the IDs of the input device. Suggested by Vojtech Pavlik. | |||
2006-04-09 | Implemented ALPS DualPoint support from change | Peter Osterlund | |
c01b4c0bceb65df01b7ddfb180fc367c6d070370 also for the 2.6 linux kernel. | |||
2006-04-09 | Fixed compiler warnings when using the xorg sdk include | Peter Osterlund | |
files. | |||
2006-04-09 | Added support for Synaptics cPad devices. (Also requires a | Peter Osterlund | |
2.6 kernel patch.) From Jan Steinhoff <Jan.Steinhoff@uni-jena.de>. | |||
2006-04-09 | Fixed detection of ALPS touchpads when using a 2.6 linux | Peter Osterlund | |
kernel. Reported by stage.nexvision <stage.nexvision@laposte.net>. | |||
2006-04-09 | Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device | Peter Osterlund | |
nodes don't exist, don't blame it on missing evdev support. | |||
2006-04-09 | If the evdev kernel module seems to be missing, say so in | Peter Osterlund | |
the log file. | |||
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 | |
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 | Moved autodev handling to the protocol specific files. | Peter Osterlund | |
2006-04-09 | Don't send the whole SynapticsPrivate struct to the | Peter Osterlund | |
ReadHwState() functions. | |||
2006-04-09 | Moved reading of hardware state to the protocol specific | Peter Osterlund | |
files. | |||
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. |