NetBSD-Bugs archive

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

PR/57874 CVS commit: [netbsd-10] src/sys/dev/pckbport



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57874 CVS commit: [netbsd-10] src/sys/dev/pckbport
Date: Sat, 22 Jun 2024 10:02:05 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Jun 22 10:02:05 UTC 2024
 
 Modified Files:
 	src/sys/dev/pckbport [netbsd-10]: synaptics.c
 
 Log Message:
 Pull up following revision(s) (requested by gutteridge in ticket #718):
 
 	sys/dev/pckbport/synaptics.c: revision 1.83
 
 Renamed border/boundary variables to better describe their use.
 
 Fix edge default values, factor out percentage calculation for more
 consistent
 values. Use device_printf/DPRINTF to show errors instead of aprint
 variants.
 
 Print raw input for debugging.
 
 Correct capability parsing. Old devices were probed with nonexistent
 commands and then used undefined boundary values that made them
 unusuable.
 
 Fixes PR 57874.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.81 -r1.81.4.1 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