Date: Mon, 24 Aug 2009 05:05:38 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_dev.c usb_device.c usb_device.h usb_handle_request.c usb_hub.c usb_process.c usb_process.h usb_transfer.c Message-ID: <200908240505.n7O55xKR003592@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2009-08-24 05:05:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_dev.c usb_device.c usb_device.h usb_handle_request.c usb_hub.c usb_process.c usb_process.h usb_transfer.c Log: SVN rev 196498 on 2009-08-24 05:05:38Z by alfred - Patch to allow USB controller to resume operation after being polled. - Remove the need for Giant from the USB HUB driver. - Leave device unconfigured instead of disabling the USB port when Huawei Autoinstall disk detection triggers. This should fix problems that the Huawei device is not detected after Autoinstall eject is issued. - Reported by: Nikolay Antsiferov - Fix memory use after free race for USB character devices. - Reported by: Lucius Windschuh - Factor out the enumeration lock into three functions to make the coming newbus lock conversion more easy. - usbd_enum_lock - usbd_enum_unlock - usbd_enum_is_locked Submitted by: hps Revision Changes Path 1.33 +8 -11 src/sys/dev/usb/usb_dev.c 1.45 +58 -22 src/sys/dev/usb/usb_device.c 1.28 +3 -0 src/sys/dev/usb/usb_device.h 1.17 +13 -17 src/sys/dev/usb/usb_handle_request.c 1.30 +21 -8 src/sys/dev/usb/usb_hub.c 1.11 +26 -0 src/sys/dev/usb/usb_process.c 1.10 +1 -0 src/sys/dev/usb/usb_process.h 1.29 +0 -4 src/sys/dev/usb/usb_transfer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908240505.n7O55xKR003592>