summaryrefslogtreecommitdiffstats
path: root/sys/dev/wscons/wsmouse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant conditional. Inspecting flags is the correct way toanton2019-05-241-5/+3
* Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton2019-05-221-9/+7
* A wscons device may only be opened in read/write mode once. However,anton2019-05-221-2/+3
* Switch to precision scrolling in wstpad.bru2019-03-241-5/+13
* favor C99 initializers for improved grepability; ok mpi@anton2019-02-191-3/+7
* Add support for TIOCGPGRP ioctl commands to wscons.anton2018-11-201-1/+8
* No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton2018-11-201-8/+1
* Utilize sigio with wscons. The old behavior of always making the process groupanton2018-11-191-12/+12
* in the magical language gcc, adding brackets allows correct code to compile.deraadt2018-11-111-3/+3
* Remove the strong hysteresis filter.bru2018-11-101-46/+28
* Add logging options to wsmouse. Input and event logging for debugbru2018-05-071-1/+72
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-2/+2
* coordinate again: polishingbru2018-01-131-1/+5
* Improve the handling of coordinate inputs and filters.bru2018-01-111-64/+126
* 1. Prepare a consistent treatment of edge areas. 2. Add mechanismsbru2017-11-231-6/+11
* Explain the multi-touch tracking function.bru2017-07-161-1/+11
* improved coordinate filtersbru2017-05-081-1/+19
* Simplify wstpad option handling:mpi2017-03-161-96/+96
* Use 'inline' rather than _any of_ __the __other__ variants__.mpi2017-03-061-5/+5
* Handle touchpad input in wsmouse.bru2017-02-271-104/+139
* Improved parameter handling in wsmouse and new ioctls for reading andbru2016-10-231-73/+175
* Reset the input state completely when wsmouse is (re-)opened.bru2016-08-181-2/+28
* remove <0 check for an unsigned variablederaadt2016-07-131-2/+2
* Reset the mt state completely in wsmouse_mt_init.bru2016-07-121-5/+2
* Improve the tracking functions in wsmouse.bru2016-07-051-4/+7
* Remove wsmouse_input.bru2016-06-061-216/+17
* Add support for multitouch input to wsmouse.bru2016-03-301-1/+842
* kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).mpi2015-09-101-1/+11
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Stop supporting wsmoused and X in parallel. This code is racy andmpi2014-10-271-10/+1
* Fix jagged diagonal lines (kernel part)shadchin2013-10-301-8/+6
* Introduce a dedicated private header file to control the optional featuresmiod2013-10-181-6/+3
* Fix for ClickPad. On issue pointed gilles@ and matthieu@shadchin2012-07-221-1/+9
* Adding support Synaptics touchpad. Thanks all for test.shadchin2011-08-171-1/+24
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-5/+5
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Add support for a fourth axis on wsmouse devices, e.g. on the Apple Mightmiod2007-04-101-3/+28
* poll errors should be POLLERR, not some random E valuetedu2006-11-011-2/+3
* Honor (the lack of) FWRITE in the various ioctl routines; with input frommiod2005-08-141-1/+10
* Do not kill the event sink when closing a wsmouse device opened in write-onlymiod2005-06-011-1/+4
* Do not compile the screen burner code if SMALL_KERNEL, helps floppies.miod2005-05-181-3/+7
* Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourmiod2005-05-151-191/+174
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-5/+2
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* cdev_decl is done in conf.h, do not dupe heremickey2002-04-301-3/+1
* Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm2002-03-271-1/+11
* First round of __P removal in sysmillert2002-03-141-10/+10
* supply entropy from heremickey2001-10-041-1/+4
* inplement screen burner in screenblank(1) style (no program though).mickey2001-05-081-1/+3