index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wscons
/
wsmouse.c
Age
Commit message (
Expand
)
Author
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-17
Make sure `row' is not used uninitialized in wsmouse_matching().
Miod Vallat
2024-03-25
Add 'ws_' prefix to 'wseventvar' structure members. No functional
Vitaliy Makkoveev
2022-10-16
Fix a bug in the initialization mechanism of wsmouse.
Ulf Brosziewski
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-03-21
Include wstpad allocations when cleaning up wsmouse resources.
Ulf Brosziewski
2020-07-29
Fix yet another panic in which wsevent_fini() ends up being called with
anton
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-03-24
Backout the rename, it was more confusing then helpful.
anton
2020-03-24
Remove a chatty debug printf (not enabled by default) in wskbdopen() and
anton
2020-03-24
Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same
anton
2020-03-24
Ensure that me_evp is still NULL before assignment during open of wscons
anton
2020-03-22
Mark omissions of break statements as intentional.
Ulf Brosziewski
2020-03-22
zap trailing whitespace
anton
2020-01-08
Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
Visa Hankala
2019-08-19
Add a configuration option for reverse scrolling.
Ulf Brosziewski
2019-08-08
wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@
cheloha
2019-05-24
Remove redundant conditional. Inspecting flags is the correct way to
anton
2019-05-22
Cleanup debug macros in wscons. Favor __func__ over spelling out the actual
anton
2019-05-22
A wscons device may only be opened in read/write mode once. However,
anton
2019-03-24
Switch to precision scrolling in wstpad.
Ulf Brosziewski
2019-02-19
favor C99 initializers for improved grepability; ok mpi@
anton
2018-11-20
Add support for TIOCGPGRP ioctl commands to wscons.
anton
2018-11-20
No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()
anton
2018-11-19
Utilize sigio with wscons. The old behavior of always making the process group
anton
2018-11-11
in the magical language gcc, adding brackets allows correct code to compile.
Theo de Raadt
2018-11-10
Remove the strong hysteresis filter.
Ulf Brosziewski
2018-05-07
Add logging options to wsmouse. Input and event logging for debug
Ulf Brosziewski
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-01-13
coordinate again: polishing
Ulf Brosziewski
2018-01-11
Improve the handling of coordinate inputs and filters.
Ulf Brosziewski
2017-11-23
1. Prepare a consistent treatment of edge areas. 2. Add mechanisms
Ulf Brosziewski
2017-07-16
Explain the multi-touch tracking function.
Ulf Brosziewski
2017-05-08
improved coordinate filters
Ulf Brosziewski
2017-03-16
Simplify wstpad option handling:
Martin Pieuchot
2017-03-06
Use 'inline' rather than _any of_ __the __other__ variants__.
Martin Pieuchot
2017-02-27
Handle touchpad input in wsmouse.
Ulf Brosziewski
2016-10-23
Improved parameter handling in wsmouse and new ioctls for reading and
Ulf Brosziewski
2016-08-18
Reset the input state completely when wsmouse is (re-)opened.
Ulf Brosziewski
2016-07-13
remove <0 check for an unsigned variable
Theo de Raadt
2016-07-12
Reset the mt state completely in wsmouse_mt_init.
Ulf Brosziewski
2016-07-05
Improve the tracking functions in wsmouse.
Ulf Brosziewski
2016-06-06
Remove wsmouse_input.
Ulf Brosziewski
2016-03-30
Add support for multitouch input to wsmouse.
Ulf Brosziewski
2015-09-10
kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-10-27
Stop supporting wsmoused and X in parallel. This code is racy and
Martin Pieuchot
2013-10-30
Fix jagged diagonal lines (kernel part)
Alexandr Shadchin
2013-10-18
Introduce a dedicated private header file to control the optional features
Miod Vallat
[next]