NetBSD-Bugs archive

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

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



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

From: "Michael van Elst" <mlelstv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57874 CVS commit: src/sys/dev/pckbport
Date: Thu, 18 Apr 2024 17:35:53 +0000

 Module Name:	src
 Committed By:	mlelstv
 Date:		Thu Apr 18 17:35:53 UTC 2024
 
 Modified Files:
 	src/sys/dev/pckbport: synaptics.c
 
 Log Message:
 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.82 -r1.83 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