summaryrefslogtreecommitdiff
path: root/sys/dev/pckbport
AgeCommit message (Expand)Author
2022-10-28pckbport(4): C99 initializersriastradh
2022-09-28synaptics: Lower scale factor to give less sluggish mouse performancenia
2022-09-17- synaptics_filter_policy no longer generates movements from stale data.mlelstv
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-04-04Use the original right boundary when calculating the vertical scrollblymn
2022-04-01Fix regression introduced when fixing PR kern/56613 and related tweaksblymn
2022-03-03Fix for PR kern/56613blymn
2021-12-04synaptics: Fix tracking of extended buttons.nia
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-10-21Significant update to the synaptics touchpad driver.blymn
2021-09-28synaptics: use the new WSCONS_EVENT_(H|V)SCROLL event typesnia
2021-09-22wscons: add definitions for BÉPO, a standardized, Dvorak-style optimizednia
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-06-30Fix hardcoded size for total_patckets array in synaptics_softc, itblymn
2021-05-30synaptics(4): New sysctl knob for debug output.riastradh
2021-05-11wscons: add support for the Neo 2 German keyboard layoutnia
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-10-01synaptics: Emulate scrolling when the middle button is held with TrackPointsnia
2020-10-01erect a signpost for weary travellersnia
2020-10-01comment was likely true in 2007 but no longer reflects the reality of hwnia
2020-07-13Canadian French keyboard layout for ukbd/pckbdnia
2020-07-13Add keyboard layout for Latin American Spanish to ukbd/pckbdnia
2020-07-12Add Icelandic keyboard layout to ukbd/pckbd.nia
2020-07-12Add Estonian layout as a variation of Swedish for ukbd and pckbdnia
2020-07-12Bring br.nodead closer to X11nia
2020-07-12Add support for the Brazilian keyboard layout to pckbd and ukbd.nia
2020-05-14synaptics: Don't reset the device multiple times in successionnia
2020-04-28pms_synaptics_enable: no need to send PMS_DEV_ENABLE here becausejmcneill
2020-04-27Extended buttons are reported separate from touchpad buttons, so trackjmcneill
2020-03-31synaptics: Maintain the left/right buttons when up/down are remappednia
2020-03-27synaptics: Revert changes that broke gestures in cases where they worked.nia
2020-03-16synaptics: Increase default scale_z for more precise scrollingnia
2020-03-15synaptics: Check for single-finger event jitter in all cases.nia
2020-03-14synaptics: Detect multiple fingers outside the gesture periodnia
2020-03-14synaptics: Automatically scroll when multiple fingers are detectednia
2020-03-14synaptics: fix syntaxnia
2020-03-14synaptics: Allow the max_speed sysctls to be setnia
2020-03-14synaptics: Set up_down_emulation=3 by default.nia
2020-03-14synaptics: Make up_down_emulation useful for single-button clickpadsnia
2020-02-25Messages in pms_synaptics_input() should not start with "pms_input"ryoon
2020-02-25Messages in pms_synaptics_input() should not start with "pms_input"ryoon
2020-02-25Do not enter extended W mode conditional for non extended W mode deviceryoon
2020-02-25Remove a trailing tab.ryoon
2020-02-10Introduce hw.alps.touchpad_movement_threshold to better button area clicksryoon
2020-02-10Fix typo in sysctl node nameryoon
2020-01-11Support the combination of KB_SWAPCTRLCAPS and UK layout.nia
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-23pckbd_cngetc: Set type=0 and return if no data is availablejmcneill
2019-07-22hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c.nakayama