PERFORCE change 140777 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Apr 28 08:50:04 UTC 2008


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

Change 140777 by hselasky at hselasky_laptop001 on 2008/04/28 08:49:37

	
	Fix wrong dependency.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ucycom.c#34 edit

Differences ...

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

@@ -167,8 +167,8 @@
 };
 
 DRIVER_MODULE(ucycom, uhub, ucycom_driver, ucycom_devclass, usbd_driver_load, 0);
-MODULE_VERSION(ucycom, 1);
 MODULE_DEPEND(ucycom, usb, 1, 1, 1);
+MODULE_DEPEND(ucycom, ucom, UCOM_MINVER, UCOM_PREFVER, UCOM_MAXVER);
 
 /*
  * Supported devices


More information about the p4-projects mailing list