summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24Switch to precision scrolling in wstpad.Ulf Brosziewski
2019-03-24Add new event types for precision scrolling.Ulf Brosziewski
2019-03-16Clear the me_evp pointer after calling wsmux_do_close() as opposed ofanton
2019-03-02Limited the number of allowed stacked wsmux devices. A sufficiently long chainanton
2019-02-20When adding a wsmux device to an existing wsmux device usinganton
2019-02-19whitespace nitsanton
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton
2019-02-18Serialize access to the list of attached child devices belonging to aanton
2019-02-01free size for wscons_event; ok deraadt@ visa@anton
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-27tweak errno in previousanton
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton
2018-12-29Cleanup: Initialize the pointers to position data early, and useUlf Brosziewski
2018-12-26Use estimates of speed to improve gesture detection.Ulf Brosziewski
2018-12-17When no child devices are attached to a wsmux device, make sure to return ananton
2018-12-05Use a time-based method for tracking motion states of touches.Ulf Brosziewski
2018-11-20Add support for TIOCGPGRP ioctl commands to wscons.anton
2018-11-20No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton
2018-11-19Utilize sigio with wscons. The old behavior of always making the process groupanton
2018-11-11in the magical language gcc, adding brackets allows correct code to compile.Theo de Raadt
2018-11-10Remove the strong hysteresis filter.Ulf Brosziewski
2018-11-05Improve the filters for scrolling.Ulf Brosziewski
2018-07-30define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopJoshua Stein
2018-05-07Add logging options to wsmouse. Input and event logging for debugUlf Brosziewski
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-04-18Try to get the layout from the default mux when attaching a consoleMartin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-22More sizes for free() in wscons(4).Frederic Cambus
2018-01-17Add sizes for free() in wscons(4).Frederic Cambus
2018-01-13coordinate again: polishingUlf Brosziewski
2018-01-11Improve the handling of coordinate inputs and filters.Ulf Brosziewski
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-231. Prepare a consistent treatment of edge areas. 2. Add mechanismsUlf Brosziewski
2017-11-15Remove unused compat macros.anton
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-25Reduce the delay before scrolling starts.Ulf Brosziewski
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelTheo de Raadt
2017-08-18Add compressed fonts support in the kernel.Frederic Cambus
2017-08-10Remove some case statements which have been compiled out since 2000.Frederic Cambus
2017-07-27Use variable edge masks (again).Ulf Brosziewski
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-19Fix previous commit; check the enter_ddb function pointer instead of theMark Kettenis
2017-07-19Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypassMark Kettenis