NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58435 CVS commit: src/sys/dev/pckbport



The following reply was made to PR kern/58435; it has been noted by GNATS.

From: "Michael van Elst" <mlelstv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58435 CVS commit: src/sys/dev/pckbport
Date: Fri, 19 Jul 2024 04:48:13 +0000

 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.
 


Home | Main Index | Thread Index | Old Index