|
From: Mats F. <ma...@us...> - 2001-06-07 06:49:10
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bluetooth.c 1.178 1.179=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Undefine BTINITBCSP when not supporting bcsp
The diff of the modified file(s):
--- bluetooth.c 2001/06/06 14:52:31 1.178
+++ bluetooth.c 2001/06/07 06:49:09 1.179
@@ -1069,6 +1069,7 @@
return 0;
}
=20
+#ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP
case BTINITBCSP:
{
printk("BTINITBCSP\n");
@@ -1076,6 +1077,7 @@
printk("Sync failed\n");
return 0;
}
+#endif
=20
#endif
=20
|