Module Name: src Committed By: mlelstv Date: Fri Jul 19 04:48:13 UTC 2024
Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: hw.synaptics.aux_mid_button_scroll translates vertical movements of an aux device (like a trackpoint) into a scroll event when the middle mouse button is pressed. Make this work with either the middle mouse button of the main device (buttonmask 0x02) or the middle mouse button of the aux device (buttonmask 0x40). Fixes PR 58435. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/pckbport/synaptics.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.