From: Peter K. <pk...@us...> - 2001-03-05 15:55:08
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed the extra endmenu. It was obviously incorrect, and it prevented make menuconfig from working for me. The diff of the modified file(s): --- Config.in 2001/03/05 15:52:52 1.5 +++ Config.in 2001/03/05 15:56:44 1.6 @@ -29,7 +29,3 @@ fi =20 endmenu -# Don't know why I need this one again, but things don't work right in the= char -# menu if I don't put it in. -# --gmcnutt -endmenu |
From: Peter K. <pk...@us...> - 2001-03-05 15:56:46
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.6 1.7=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added configuration option to specify which pin on the ETRAX 100 to use when resetting the Bluetooth hardware. The diff of the modified file(s): --- Config.in 2001/03/05 15:56:44 1.6 +++ Config.in 2001/03/05 15:58:22 1.7 @@ -26,6 +26,12 @@ if [ "$CONFIG_BLUETOOTH_ERICSSON" =3D "y" ]; then bool ' Block when setting baudrate' CONFIG_BLUETOOTH_SET_BAUDRATE_BLO= CKING fi + + choice ' Bluetooth reset pin' \ + "None CONFIG_BLUETOOTH_RESET_NONE \ + Port_PA_Bit_7 CONFIG_BLUETOOTH_RESET_PA7 \ + Port_PB_Bit_5 CONFIG_BLUETOOTH_RESET_PB5 \ + Port_G_Bit_10 CONFIG_BLUETOOTH_RESET_G10" None fi =20 endmenu |
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 \ |
From: Mattias A. <mat...@us...> - 2001-03-21 16:27:41
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.7 1.8=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: added option to enable master slave switch The diff of the modified file(s): --- Config.in 2001/03/05 15:58:22 1.7 +++ Config.in 2001/03/21 16:27:39 1.8 @@ -14,6 +14,7 @@ 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 ' Enable M/S Switch' CONFIG_BLUETOOTH_ENABLE_MSSWITCH =20 choice ' Bluetooth hardware type' \ "None CONFIG_BLUETOOTH_NOINIT \ |
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 \ |
From: Peter K. <pk...@us...> - 2001-04-27 16:46:22
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.11 1.12=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added support for Infineon BlueMoon I hardware. The diff of the modified file(s): --- Config.in 2001/04/26 16:43:56 1.11 +++ Config.in 2001/04/27 16:46:21 1.12 @@ -13,6 +13,7 @@ CSR CONFIG_BLUETOOTH_CSR \ Digianswer CONFIG_BLUETOOTH_DIGIANSWER \ Ericsson CONFIG_BLUETOOTH_ERICSSON \ + Infineon CONFIG_BLUETOOTH_INFINEON_BMI \ Generic CONFIG_BLUETOOTH_GENERIC \ USB CONFIG_BLUETOOTH_USBMODULE" Ericsson =20 |
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 |
From: Peter K. <pk...@us...> - 2001-05-17 10:58:04
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Only allow BCSP when using CSR's hardware. The diff of the modified file(s): --- Config.in 2001/05/15 14:41:16 1.14 +++ Config.in 2001/05/17 10:58:03 1.15 @@ -21,6 +21,10 @@ bool ' Block when setting baudrate' CONFIG_BLUETOOTH_SET_BAUDRATE_BLO= CKING fi =20 + if [ "$CONFIG_BLUETOOTH_CSR" =3D "y" ]; then + bool ' Enable BCSP' CONFIG_BLUETOOTH_USE_BCSP + fi + bool ' Bluetooth proc entries' CONFIG_BLUETOOTH_PROC bool ' Input buffering' CONFIG_BLUETOOTH_USE_INBUFFER bool ' Use Security Manager' CONFIG_BLUETOOTH_USE_SECURITY_MANAGER @@ -28,7 +32,6 @@ 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 @@ -44,7 +47,6 @@ Port_PB_Bit_5 CONFIG_BLUETOOTH_RESET_PB5 \ Port_G_Bit_10 CONFIG_BLUETOOTH_RESET_G10 \ Port_G_Bit_11 CONFIG_BLUETOOTH_RESET_G11" None - fi =20 endmenu |
From: Mattias A. <mat...@us...> - 2001-06-06 14:56:41
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.15 1.16=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added CONFIG_BLUETOOTH_SUPPORT_BCSP which always links bcsp code if set. * CONFIG_BLUETOOTH_USE_BCSP now only enabled BCSP by default=20 if ..SUPPORT_BCSP is set=20 The diff of the modified file(s): --- Config.in 2001/05/17 10:58:03 1.15 +++ Config.in 2001/06/06 14:56:41 1.16 @@ -22,7 +22,11 @@ fi =20 if [ "$CONFIG_BLUETOOTH_CSR" =3D "y" ]; then - bool ' Enable BCSP' CONFIG_BLUETOOTH_USE_BCSP + bool ' Support BCSP' CONFIG_BLUETOOTH_SUPPORT_BCSP + + if [ "$CONFIG_BLUETOOTH_SUPPORT_BCSP" =3D "y" ]; then + bool ' Use BCSP' CONFIG_BLUETOOTH_USE_BCSP + fi fi =20 bool ' Bluetooth proc entries' CONFIG_BLUETOOTH_PROC |
From: Peter K. <pk...@us...> - 2001-06-06 15:50:18
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.16 1.17=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected indentation. |
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 |
From: Fredrik S. <fre...@us...> - 2001-12-18 09:33:21
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Config.in 1.20 1.21=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added option for PAN profile. The diff of the modified file(s): --- Config.in 2001/10/30 15:04:52 1.20 +++ Config.in 2001/12/18 09:33:20 1.21 @@ -58,6 +58,9 @@ else define_bool CONFIG_BLUETOOTH_RESET_ACTIVE_HIGH n fi + + bool ' Enable PAN Profile' CONFIG_BLUETOOTH_PAN + fi =20 endmenu |