|
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
|