Date: Thu, 20 Jan 2000 14:24:36 -0800 (PST) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c uhcivar.h uhub.c usb.c usb_port.h Message-ID: <200001202224.OAA47220@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
n_hibma 2000/01/20 14:24:36 PST Modified files: sys/dev/usb uhci.c uhcivar.h uhub.c usb.c usb_port.h Log: Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN methods for USB devices. However: with none of the devices I have here suspend seems to work properly. This is probably a bug in uhci_power which I still have to look at. Prodded and pushed by: Christopher Masto <chris@netmonger.net> Revision Changes Path 1.38 +1 -7 src/sys/dev/usb/uhci.c 1.16 +4 -1 src/sys/dev/usb/uhcivar.h 1.21 +9 -3 src/sys/dev/usb/uhub.c 1.26 +6 -2 src/sys/dev/usb/usb.c 1.24 +2 -2 src/sys/dev/usb/usb_port.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001202224.OAA47220>