PERFORCE change 152975 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Nov 14 08:45:31 PST 2008


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

Change 152975 by hselasky at hselasky_laptop001 on 2008/11/14 16:45:13

	
	Add dependancy towards ng_hci for bluetooth.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/bluetooth/ng_ubt2.c#10 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/bluetooth/ng_ubt2.c#10 (text+ko) ====

@@ -365,6 +365,7 @@
 DRIVER_MODULE(ng_ubt, ushub, ubt_driver, ubt_devclass, ubt_modevent, 0);
 MODULE_VERSION(ng_ubt, NG_BLUETOOTH_VERSION);
 MODULE_DEPEND(ng_ubt, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
+MODULE_DEPEND(ng_ubt, ng_hci, NG_BLUETOOTH_VERSION, NG_BLUETOOTH_VERSION, NG_BLUETOOTH_VERSION);
 MODULE_DEPEND(ng_ubt, usb2_bluetooth, 1, 1, 1);
 MODULE_DEPEND(ng_ubt, usb2_core, 1, 1, 1);
 


More information about the p4-projects mailing list