The NetBSD Project

CVS log for src/sys/dev/usb/uhid.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-7-nhusb-base-20170116


Revision 1.92.2.1 / (download) - annotate - [select for diffs], Sat Mar 21 17:30:43 2015 UTC (9 years ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Branch point for: netbsd-7-nhusb
Changes since 1.92: +66 -51 lines
Diff to previous 1.92 (colored)

Pull up following revision(s) (requested by mrg in ticket #626):
	sys/dev/usb/TODO.usbmp: revision 1.9
	sys/dev/usb/uatp.c: revision 1.11
	sys/dev/usb/ucycom.c: revision 1.42
	sys/dev/usb/uhid.c: revision 1.93, 1.94
	sys/dev/usb/uhidev.c: revision 1.63
	sys/dev/usb/uhidev.h: revision 1.17
	sys/dev/usb/ukbd.c: revision 1.130
	sys/dev/usb/uyurex.c: revision 1.10
properly protect uhid's sc_q member with sc_lock.  should fix PR#49728.
while here, remove D_MPSAFE from uhid* and all uhid users, as it really
needs all the callers to be safe and they're not.
--
don't take the device lock when stopping the uhidev.  that calls
to abort and close pipes, both of which may take an adaptive lock.
fixes a LOCKDEBUG abort see on one particular machine.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>