Age | Commit message (Expand) | Author |
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 |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-08-28 | Provide a way to get < and > symbols on 101-key slovenian layouts; from | Miod Vallat |
2010-08-28 | In pckbd_scancode_translate(), correctly translate the break sequence | Miod Vallat |
2010-07-30 | Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s, | Kenneth R Westerback |
2010-07-25 | In pmsi_setintellimode(), make sure we send commands with | Miod Vallat |
2010-07-24 | add suspend/resume code, modelled along pms. on at least one ASUS laptop | Theo de Raadt |
2010-07-22 | Don't do anything on suspend/resume for now (there is a diff brewing, | Theo de Raadt |
2010-07-22 | Toggle the mouse through the disabled and enabled states when suspending | Theo de Raadt |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-08 | For DVACT_SUSPEND and DVACT_RESUME we should always return success. | Theo de Raadt |
2009-12-07 | Support uk.swapctrlcaps as a valid keymap. | Owain Ainsworth |
2009-11-23 | pckbd_activate() should return failure if it knows; ok pirofti | Theo de Raadt |
2009-11-23 | better style is DVACT_SUSPEND before DVACT_RESUME | Theo de Raadt |
2009-11-23 | Fix pckbd and acpihpet suspend/resume cases to fit with the future framework | Paul Irofti |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-25 | Legacy-free PC hardware do not have a real PS/2 keyboard controller, but | Miod Vallat |
2009-08-13 | Forgot to add break to the switch cases. Silly. | Paul Irofti |