| Age | Commit message (Expand) | Author |
| 2018-02-19 | Add Turkish keyboard layout. | maya |
| 2017-12-05 | Add hw.synaptics.movement_enable sysctl. Default value is 1, but if set | jmcneill |
| 2017-11-07 | Return res in non-synaptics case like before. Fix ALPS case | ryoon |
| 2017-11-06 | Add two finger support and middle/right button emulation. | blymn |
| 2017-08-16 | Remove extra newline. | nat |
| 2017-08-16 | If ALPS probe fails, send a PMS_RESET. | nat |
| 2017-08-15 | Do not print ALPS related message when generic PS/2 case | ryoon |
| 2017-08-13 | PR/52483: Ryo ONODERA: Add support for ALPS PS/2 pointing devices | christos |
| 2017-06-11 | New device wsbell - allows for a console beep for non pckbds (usb etc). | nat |
| 2015-07-16 | Disambiguate debug message. | prlw1 |
| 2015-03-04 | Fix clickpad button detection (From Rhialto) | christos |
| 2014-07-14 | Add a belgian keyboard layout, based on the french keyboard layout. | mbalmer |
| 2014-06-11 | Nuke trailing whitespace. | riastradh |
| 2014-05-23 | PR/48831: Jörg Grundmann: Synaptics Touch pad (ClickPad) and | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-11 | KASSERT that cmd is non-NULL in more places, and in a place that previously | jakllsch |
| 2013-09-15 | Cosemetically "fix" the pckbd_attach() return value, so gcc can see the | martin |
| 2013-03-06 | fix debugging printf | christos |
| 2013-03-06 | Deal with Foxconn NanoPC nT-i1250 returning BAT_FAIL and don't infinite loop | christos |
| 2012-10-13 | Add the extra keys found on the Tadpole SPARCle to the keysym list. | jdc |
| 2012-10-13 | Add two flags to keyboard/mouse attachment: | jdc |
| 2012-06-03 | Remove a couple of (void *) casts added in the previous commin. | dsl |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-01-07 | add support for elantech (v2) touchpads that report input pressure | jmcneill |
| 2011-09-10 | Correct and improve some comments. Collect unused variables. Add a define. | jakllsch |
| 2011-09-09 | Replace pms_synaptics_send_command() and identical pms_elantech_send_command() | jakllsch |
| 2011-09-09 | const-ify input command buffer argument to | jakllsch |
| 2011-09-08 | Sprinkle static. | jakllsch |
| 2011-09-08 | Cosmetic changes. | jakllsch |
| 2011-09-08 | Make whitespace more consistent. | jakllsch |
| 2011-09-07 | options PMS_DISABLE_POWERHOOK has been obsolete for a while now, | jakllsch |
| 2011-07-22 | fixes from gilbert dot fernandes at orange dot fr | christos |
| 2011-07-22 | fixes from OpenBSD | christos |
| 2011-07-22 | PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wscons | christos |
| 2011-05-24 | Use proper format string | joerg |
| 2011-02-08 | add PS/2 registers from synaptics spec: | cegger |
| 2011-01-29 | use aprint_debug_dev and get rid of SYNAPTICSDEBUG | cegger |
| 2010-11-15 | wakeup needs sys/proc.h. | uebayasi |
| 2010-03-21 | send the SET_SCALE11 command before the 'sliced' command as per the | plunky |
| 2010-03-21 | Extended capability probes can confuse the passthrough device, | plunky |
| 2010-03-21 | some definitions from the Linux driver (via PR kern/42853) | plunky |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-07-28 | Add hungarian qwertz keyboard layout. | ahoka |
| 2009-07-16 | Ignore scancodes E0 2A, E0 AA, E0 36, E0 B6 when decoding. | jakllsch |
| 2009-06-13 | Add support for Swiss german kezboard to wskbd. | tonnerre |
| 2009-04-06 | Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters. | mkirby |
| 2009-03-08 | use aprint_error | ad |
| 2009-02-03 | Enable Colemak altgr keys. | ghen |
| 2008-12-30 | Silence printf in common "device not found" error path. | jmcneill |