Source-Changes archive

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

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   hans
Date:           Sun Mar 23 12:08:13 UTC 2025

Modified Files:
        src/sys/dev/usb: ums.c

Log Message:
ums(4): make sure the device is enabled before calling uhidev_close()

Same issue as in uts(4), his check was already there, but only enabled
for DIAGNOSTIC kernels.  The check and early return are always needed,
but the message should only be printed in DIAGNOSTIC kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/usb/ums.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