History log of /openbsd/sbin/wsconsctl/mousecfg.c (Results 1 – 12 of 12)
Revision Date Author Comments
# c08965e9 05-Oct-2024 chrisz <chrisz@openbsd.org>

Make scaling available for normal mice, too; not just for touchpads.
Add reverse_scrolling to the manpage.

ok bru@


# 21cd3483 25-Sep-2024 bru <bru@openbsd.org>

Correct an indexing error that may leave stale data in the mousecfg buffer.

ok mpi@


# 9310c18a 02-Jul-2023 bru <bru@openbsd.org>

Add button mappings for two- and three-finger clicks on clickpads.

Based on a proposal of tobhe@.

ok tobhe@


# b1ba6288 03-Mar-2021 bru <bru@openbsd.org>

Add a configurable button mapping for tap gestures on touchpads.

Thanks to RJ Johnson for this work!

ok mpi@


# 8665dd6d 02-Mar-2021 bru <bru@openbsd.org>

Read general and touchpad-specific wsmouse settings separately.
Correct the identification of the device type when reading the
touchpad parameters fails.

ok jcs@


# 9b9064cc 02-Apr-2020 deraadt <deraadt@openbsd.org>

avoid sys/param.h poisoning, and replace nitems with a local decl


# 77727bd5 19-Aug-2019 bru <bru@openbsd.org>

Add a field for enabling/disabling reverse scrolling.

ok patrick@


# c2ca70da 30-Jul-2018 jcs <jcs@openbsd.org>

recognize WSMOUSE_TYPE_TOUCHPAD devices

ok bru


# a143f7be 07-May-2018 bru <bru@openbsd.org>

Add the logging parameters to mousecfg.c, and make the 'param' field
available for all wsmouse devices.


# 0137e658 22-Jan-2018 bru <bru@openbsd.org>

1. Add a field for configuring the size of edge areas on touchpads.
2. Remove code that is obsolete because all touchpad drivers configure
wsmouse for compat mode now.


# 7b03e138 31-Dec-2017 anton <anton@openbsd.org>

Remove an unused variable and instruct lex not to produce the input() function
since it's never used; ok guenther@


# d22ea701 21-Jul-2017 bru <bru@openbsd.org>

Add fields for wsmouse/touchpad configuration.