|
From: Mats F. <ma...@us...> - 2001-05-15 14:41:16
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Config.in 1.13 1.14=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added option to enable BCSP
The diff of the modified file(s):
--- Config.in 2001/04/29 11:37:02 1.13
+++ Config.in 2001/05/15 14:41:16 1.14
@@ -28,6 +28,7 @@
bool ' Allow connectionless L2CAP' CONFIG_BLUETOOTH_L2CAP_CONNECTIONLESS
bool ' Enable TCI' CONFIG_BLUETOOTH_USE_TCI
bool ' Enable M/S Switch' CONFIG_BLUETOOTH_ENABLE_MSSWITCH
+ bool ' Enable BCSP ' CONFIG_BLUETOOTH_USE_BCSP
=20
if [ "$CONFIG_BLUETOOTH_ENABLE_MSSWITCH" =3D "y" ]; then
# CSR can't do scatternet yet, so we need to do M/S switch=20
|