Date: Tue, 5 May 2009 15:36:23 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_core.h usb_device.c usb_device.h usb_generic.c usb_hub.c usb_revision.h usb_transfer.c src/sys/dev/usb/controller ehci.c ohci.c uhci.c Message-ID: <200905051536.n45FaRBR069286@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-05-05 15:36:23 UTC FreeBSD src repository Modified files: sys/dev/usb usb_core.h usb_device.c usb_device.h usb_generic.c usb_hub.c usb_revision.h usb_transfer.c sys/dev/usb/controller ehci.c ohci.c uhci.c Log: SVN rev 191824 on 2009-05-05 15:36:23Z by thompsa Revert part of r191494 which used the udev state to mark suspending, this needs to be set via two variables (peer_suspended and self_suspended) and can not be merged into one. Submitted by: Hans Petter Selasky Pointy hat: me Revision Changes Path 1.16 +1 -1 src/sys/dev/usb/controller/ehci.c 1.13 +2 -2 src/sys/dev/usb/controller/ohci.c 1.12 +3 -5 src/sys/dev/usb/controller/uhci.c 1.15 +2 -2 src/sys/dev/usb/usb_core.h 1.30 +8 -11 src/sys/dev/usb/usb_device.c 1.16 +10 -2 src/sys/dev/usb/usb_device.h 1.11 +1 -5 src/sys/dev/usb/usb_generic.c 1.15 +11 -10 src/sys/dev/usb/usb_hub.c 1.3 +8 -9 src/sys/dev/usb/usb_revision.h 1.14 +8 -9 src/sys/dev/usb/usb_transfer.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905051536.n45FaRBR069286>