|
From: Alain P. <apa...@us...> - 2002-05-10 13:22:45
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- btdebug.h 1.45 1.46=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Remove additional debug settings. Sorry. The diff of the modified file(s): --- btdebug.h 10 May 2002 12:27:51 -0000 1.45 +++ btdebug.h 10 May 2002 13:22:45 -0000 1.46 @@ -72,12 +72,12 @@ =20 /***************** Bluetooth Debug defines *******************************= ****/ =20 -#define BT_DATA_DEBUG 1 +#define BT_DATA_DEBUG 0 #define BT_DATADUMP_DEBUG 0 /* print each byte */ =20 -#define BT_DRIVER_DEBUG 1 +#define BT_DRIVER_DEBUG 0 =20 -#define BT_LDISC_DEBUG 1 +#define BT_LDISC_DEBUG 0 =20 #define BT_DBG_STR "BT "=20 =20 @@ -105,7 +105,7 @@ #define DEBUG_HCI_CTRL 0 /* Enables / disables debug for the HCI control and signaling */ =20 -#define DEBUG_HCI_CMD 1 +#define DEBUG_HCI_CMD 0 /* Enables / disables debug for the HCI commands */ =20 #define HCI_DBG_STR "HCI: " |