summaryrefslogtreecommitdiff
path: root/src/synaptics.h
AgeCommit message (Collapse)Author
2008-08-06Add support for reporting multiple fingers as different buttonsMildred Ki'lya
This adds 3 new options. Use them as follows: Section "InputDevice" ... Option "ClickFinger1" "1" Option "ClickFinger2" "3" Option "ClickFinger3" "2" EndSection The driver would then report: * clicking one finger = left click * clicking with two fingers = right click * clicking with 3 fingers = middle mouse button
2008-07-11Finally change the GPL headers to MIT onesChristoph Brill
2008-06-06Revert "On Linux 2.6, the evdev interface provides support for requesting the"Christoph Brill
This reverts commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2. Conflicts: linux_input.h src/synaptics.c Drop the changes from Matthew Garrett since he did not agree to the MIT license change.
2008-06-06Start reorganizing the source treeChristoph 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.