|
From: Alain P. <apa...@us...> - 2002-05-10 12:27:53
|
The following files were modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btconfig.h 1.33 1.34=20=20=20=20=20=20=20=20=20=20=20=20=20=20 btdebug.h 1.44 1.45=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added settings and functions for new bluetooth hardware from Texas Instrume= nts. The diff of the modified file(s): --- btconfig.h 19 Nov 2001 11:29:29 -0000 1.33 +++ btconfig.h 10 May 2002 12:27:51 -0000 1.34 @@ -64,6 +64,7 @@ #define CONFIG_BLUETOOTH_ERICSSON #undef CONFIG_BLUETOOTH_INFINEON_BMI #undef CONFIG_BLUETOOTH_GENERIC=20=20=20=20 +#undef CONFIG_BLUETOOTH_TEXASINSTRUMENTS #undef CONFIG_BLUETOOTH_USBMODULE /* Not implemented */ =20 /* Use TCI layer or not */ --- btdebug.h 24 Jan 2002 12:37:17 -0000 1.44 +++ btdebug.h 10 May 2002 12:27:51 -0000 1.45 @@ -72,7 +72,7 @@ =20 /***************** Bluetooth Debug defines *******************************= ****/ =20 -#define BT_DATA_DEBUG 0 +#define BT_DATA_DEBUG 1 #define BT_DATADUMP_DEBUG 0 /* print each byte */ =20 #define BT_DRIVER_DEBUG 1 @@ -105,7 +105,7 @@ #define DEBUG_HCI_CTRL 0 /* Enables / disables debug for the HCI control and signaling */ =20 -#define DEBUG_HCI_CMD 0 +#define DEBUG_HCI_CMD 1 /* Enables / disables debug for the HCI commands */ =20 #define HCI_DBG_STR "HCI: " |