PERFORCE change 131973 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Dec 29 09:18:21 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131973

Change 131973 by hselasky at hselasky_laptop001 on 2007/12/29 17:18:20

	
	Add suspend and resume device methods.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/if_cdce.c#43 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/if_cdce.c#43 (text+ko) ====

@@ -209,6 +209,8 @@
 	DEVMETHOD(device_probe, cdce_probe),
 	DEVMETHOD(device_attach, cdce_attach),
 	DEVMETHOD(device_detach, cdce_detach),
+	DEVMETHOD(device_suspend, cdce_suspend),
+	DEVMETHOD(device_resume, cdce_resume),
 	DEVMETHOD(device_shutdown, cdce_shutdown),
 
 	{0, 0}


More information about the p4-projects mailing list