|
From: Gordon M. <gm...@us...> - 2001-03-20 16:46:24
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.7 1.7.2.1=20=20=20=20=20=20=20=20=20 The accompanying log: --Forgot to update the configs. This adds CONFIG_BLUETOOTH_HCI_INQUIRY and = CONFIG_BLUETOOTH_SCO (I think). The diff of the modified file(s): --- Config.in 2001/03/05 15:58:22 1.7 +++ Config.in 2001/03/20 16:48:15 1.7.2.1 @@ -14,6 +14,8 @@ bool ' Use L2CAP timers' CONFIG_BLUETOOTH_L2CAP_USE_TIMERS bool ' Allow connectionless L2CAP' CONFIG_BLUETOOTH_L2CAP_CONNECTIONLESS bool ' Enable TCI' CONFIG_BLUETOOTH_USE_TCI + bool ' HCI Inquiry' CONFIG_BLUETOOTH_HCI_INQUIRY + bool ' Kernel Thread' CONFIG_BLUETOOTH_KERNEL_THREAD =20 choice ' Bluetooth hardware type' \ "None CONFIG_BLUETOOTH_NOINIT \ |