|
From: Anders J. <and...@us...> - 2001-07-30 16:54:07
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Config.in 1.17 1.18=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added option to include unplug test code
The diff of the modified file(s):
--- Config.in 2001/06/06 15:50:17 1.17
+++ Config.in 2001/07/30 16:54:06 1.18
@@ -36,6 +36,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 Unplug Test Code' INCLUDE_UNPLUG_TEST
=20
if [ "$CONFIG_BLUETOOTH_ENABLE_MSSWITCH" =3D "y" ]; then
# CSR can't do scatternet yet, so we need to do M/S switch=20
|