Age | Commit message (Expand) | Author |
2016-05-22 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-04-14 | Re-enable pckbd on resume (similar to what we do on boot). Fixes problems | Mike Larkin |
2016-03-30 | Add support for multitouch input to wsmouse. | Ulf Brosziewski |
2016-02-27 | pakets -> packets | mmcc |
2015-09-05 | Support Synaptics touchpads without W mode. | bru |
2015-09-05 | Improve tap-and-drag detection for ALPS touchpads. | bru |
2015-08-23 | fairly trivial sizes for free() | Theo de Raadt |
2015-07-20 | Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again. | Kent R. Spillner |
2015-07-19 | Don't emit values for 'width' that | Kenneth R Westerback |
2015-06-08 | pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX. | Stefan Sperling |
2015-05-25 | Match newer elantech v4 touchpads, logic taken from Linux. | Martin Pieuchot |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-04-10 | Add support for CRC-enabled elantech v3 touchpads. | Stefan Sperling |
2015-03-26 | Use the 0x10 extended capability to determine if the trackstick | Jonathan Gray |
2015-03-16 | Revert 1.39. Resetting after specifically putting the keyboard in a | Joshua Stein |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-12 | On first cnpoll, reset the keyboard and pms hard. This is required | Theo de Raadt |
2015-02-09 | Complete rewrite of the Elantech clickpads v4 packet parser in order to | Martin Pieuchot |
2015-01-15 | Define a new wscons mouse type for Synaptics clickpad devices that lack | Jonathan Gray |
2015-01-07 | Only MS IntelliMouse have a Z axis, prevent a false positive triggered | Martin Pieuchot |
2014-08-29 | Fix checking sync for old synaptics touchpad (ver 5.9) | Alexandr Shadchin |
2014-08-19 | Make sure state changes are properly serialized. | Martin Pieuchot |
2014-07-24 | Speed up the boot sequence by deferring the scan of xt keyboard code set. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-18 | Fix tail packet check in elantech v3 touchpad code. Due to a typo this | Stefan Sperling |
2014-04-25 | Do no reprobe for a supported protocol when enabling a pointing | Martin Pieuchot |
2014-03-23 | my bad, last commit was not ok deraadt, revert it. | Alexandre Ratchov |
2014-03-13 | Don't use volume keys when in raw-mode (this doesn't work), and let | Alexandre Ratchov |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-10-30 | Fix jagged diagonal lines (kernel part) | Alexandr Shadchin |
2013-09-20 | Use a working magic sequence to configure absolute mode for elantech v2. | Stefan Sperling |
2013-09-03 | When /dev/wsmouse is opened right after resume, some synaptics touchpads | Stefan Sperling |
2013-09-03 | Only free the per-protocol descriptor if a touchpad cannot be correctly | Martin Pieuchot |
2013-07-16 | Correctly initialized the width value to 0 instead of passing garbage | Martin Pieuchot |
2013-06-28 | send proper z value to elantech_send_input in previous v4 commit | joshua stein |
2013-05-31 | add elantech v4 (clickpad) support | joshua stein |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann |
2013-04-15 | Revert r1.37 now that we stop after the first matching protocol, tested | Martin Pieuchot |
2013-04-15 | Move the IntelliMouse protocol definition after Elantech ones, because some | Martin Pieuchot |
2013-04-15 | Don't probe for all supported protocols this can confuse some touchpads and | Martin Pieuchot |
2013-04-14 | Support for F13-F24 keys found on IBM 122-key keyboards. | Miod Vallat |
2013-03-18 | Once we've detected an elantech touchpad, stop probing for other hardware | Stefan Sperling |
2013-03-16 | Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports. | Stefan Sperling |
2013-02-15 | backout latest: audio keys can autorepeat. Autorepeated keys are not | Alexandre Ratchov |
2013-01-06 | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, | Alexandre Ratchov |
2012-11-05 | Fix memory leak in error paths for synaptics and alps (pointed stsp@). | Alexandr Shadchin |
2012-11-03 | Handle elantech touchpad buttons in a common code path for all | Stefan Sperling |
2012-11-02 | Don't OR flags into an uninitialized variable in elantech hardware v1 code. | Stefan Sperling |
2012-10-29 | Add support for Elantech touchpads to pms(4). This allows the X synaptics(4) | Stefan Sperling |