Date: Mon, 4 Oct 2010 22:21:30 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_dev.c usb_device.h usb_generic.c usb_hub.c Message-ID: <201010042221.o94MLdmR021409@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hselasky 2010-10-04 22:21:30 UTC FreeBSD src repository Modified files: sys/dev/usb usb_dev.c usb_device.h usb_generic.c usb_hub.c Log: SVN rev 213432 on 2010-10-04 22:21:30Z by hselasky Serialise USB re-enumeration with the USB explore thread. This patch can solve problems when multiple USB devices are re-enumerated at the same time on the same bus. Approved by: thompsa (mentor) Revision Changes Path 1.41 +36 -13 src/sys/dev/usb/usb_dev.c 1.34 +1 -0 src/sys/dev/usb/usb_device.h 1.27 +17 -19 src/sys/dev/usb/usb_generic.c 1.42 +22 -0 src/sys/dev/usb/usb_hub.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010042221.o94MLdmR021409>