Age | Commit message (Expand) | Author |
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 |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-07-22 | Fix for ClickPad. On issue pointed gilles@ and matthieu@ | Alexandr Shadchin |
2012-07-01 | Pass a width value corresponding to one finger for ALPS touchpads when the | Martin Pieuchot |
2012-04-28 | Added yet another magic for my ALPS touchpad. | Tobias Stoeckmann |
2012-03-05 | Adds support for a slightly different version of the ALPS protocol, | Alexandr Shadchin |
2012-01-28 | Blacklist a dualpoint model which clitpad sends non compatible PS2 packets. | Martin Pieuchot |
2011-12-04 | renaming synaptics_pt_* -> pms_sec_* | Alexandr Shadchin |
2011-12-03 | Correctly handle clitpad packets for some ALPS models. | Martin Pieuchot |
2011-10-17 | Blacklist alps devices that might have a clitpad untill the driver get fixed | Martin Pieuchot |
2011-10-17 | Fix the synchronization of some alps pads, issue reported by Bryan (brakeb) | Martin Pieuchot |
2011-10-04 | Add support for ALPS touchpads. | Martin Pieuchot |
2011-08-24 | revert the last commit. pms_enable_alps() does not guarantee | Alexandr Shadchin |
2011-08-22 | Adding stub for ALPS touchpad, which not supported yet. | Alexandr Shadchin |
2011-08-17 | Adding support Synaptics touchpad. Thanks all for test. | Alexandr Shadchin |
2011-04-05 | Icelandic keyboard mapping. Commited from an Icelandic keyboard. | Miod Vallat |
2011-03-17 | Ansify non-ansified function definitions. No functional change. | Alexandr Shadchin |
2011-01-03 | remove sc->sc_kbcslot, as is always PCKBC_AUX_SLOT | Alexandr Shadchin |
2010-12-27 | cleanup pms_enable_intelli: magic numbers -> defines | Alexandr Shadchin |
2010-12-27 | remove unneeded Makefile | Alexandr Shadchin |
2010-12-24 | fix crash: | Alexandr Shadchin |
2010-12-23 | Add a common interface for various devices | Alexandr Shadchin |
2010-12-16 | small cleanup ioctl WSKBDIO_GETLEDS | Alexandr Shadchin |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-11-15 | Aesthetic improvements to make it appear more normal and knf'y. | Kenneth R Westerback |
2010-11-15 | More cleanup. Add DEVNAME() macro and generic functions for various | Kenneth R Westerback |
2010-11-05 | Minor code cleanups. No functional change. From Alexandr Shadchin. | Kenneth R Westerback |
2010-10-19 | Unify some error messages to simplify reset code. No functional | Kenneth R Westerback |
2010-10-17 | Ansify non-ansified function definitions. No functional change. | Kenneth R Westerback |
2010-10-16 | Remove some duplicated code. No need to flush/reset at attach and then | Kenneth R Westerback |
2010-10-07 | Fix some pms(4) vs wsmoused issues. From Alexandr Shadchin via | Kenneth R Westerback |
2010-10-02 | Fix Ian@'s pms keyboard/mouse while keeping my eeePC working. | Kenneth R Westerback |
2010-09-29 | The attach function can return 1 now because there is no more priority | Theo de Raadt |
2010-09-27 | Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer | Miod Vallat |