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: mrg
Date: Sat Mar 23 02:19:31 UTC 2019
Modified Files:
src/sys/dev/usb: uhid.c uhidev.h
Log Message:
use sc_lock not sc_access_lock to check UHIDEV_OPEN.
fixes a soft hang when usbhidaction has a uhid open and bzflag
tries to open it as well.
XXX: pullup-7, pullup-8 (where i saw this originally.)
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/usb/uhidev.h
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