|
From: Mats F. <ma...@us...> - 2001-05-15 15:02:21
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btconfig.h 1.28 1.29=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added define to enable/disable BCSP The diff of the modified file(s): --- btconfig.h 2001/04/29 11:37:08 1.28 +++ btconfig.h 2001/05/15 15:02:20 1.29 @@ -82,7 +82,10 @@ #endif =20 #undef CONFIG_BLUETOOTH_ENABLE_MSSWITCH + #undef CONFIG_BLUETOOTH_EARLY_MSSWITCH + +#define CONFIG_BLUETOOTH_USE_BCSP =20 /*************** * HCI * |