NetBSD-Bugs archive

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

PR/59206 CVS commit: src/sys/dev/usb



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

From: "Hans Rosenfeld" <hans%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59206 CVS commit: src/sys/dev/usb
Date: Sun, 23 Mar 2025 12:07:24 +0000

 Module Name:	src
 Committed By:	hans
 Date:		Sun Mar 23 12:07:24 UTC 2025
 
 Modified Files:
 	src/sys/dev/usb: uts.c
 
 Log Message:
 uts(4): make sure the device is enabled before calling uhidev_close()
 
 This check was already there, but only enabled for DIAGNOSTIC kernels.
 The check and early return is always needed, but the message should only
 be printed in DIAGNOSTIC kernels.
 
 Fixes PR kern/59206
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 src/sys/dev/usb/uts.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