Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-06 | Start reorganizing the source tree | Christoph Brill | |
First let's move the source and header files to a seperate source directory. The structure of the new directory layout will be similar to xf86-input-evdev. | |||
2007-07-06 | Update my copyright information. | Peter Osterlund | |
2007-05-17 | Don't match wacom tablets in the event device probing. | Peter Osterlund | |
2007-05-17 | On Linux 2.6, the evdev interface provides support for requesting the | Matthew Garrett | |
resolution of input devices. The included patch uses this to set the defaults for various parameters. As a result, synaptics, alps and appletouch pads all work approximately identically without requiring model-specific configuration. The defaults should be almost identical to the current defaults on synaptics pads. We've shipped this code in the current Ubuntu release (7.04) without any known user issues. This is against current git. | |||
2007-04-11 | Add a config option to prevent the driver from grabbing the event | Peter Osterlund | |
device for exclusive use. | |||
2006-07-07 | Fix compile errors when using Xorg 7.1. | Peter Osterlund | |
Initial patch from VMiklos <vmiklos@frugalware.org>. Somewhat modified by me. | |||
2006-04-09 | If no /dev/input/event* device nodes are found, say so in | Peter Osterlund | |
the log file. | |||
2006-04-09 | The evdev auto-dev code could incorrectly blame problems on | Peter Osterlund | |
a missing evdev driver. | |||
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. |