|
From: Mattias A. <mat...@us...> - 2001-03-30 11:32:27
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.9 1.10=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: added CONFIG_BLUETOOTH_FORCE_MSSWITCH which forces m/s switch as server The diff of the modified file(s): --- Config.in 2001/03/30 06:17:19 1.9 +++ Config.in 2001/03/30 11:31:55 1.10 @@ -15,6 +15,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 ' Force M/S Switch as server' CONFIG_BLUETOOTH_FORCE_MSSWITCH =20 choice ' Bluetooth hardware type' \ "None CONFIG_BLUETOOTH_NOINIT \ |