|
From: Peter K. <pk...@us...> - 2001-03-02 15:13:52
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.34 1.35=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Turned off debug that David accidentally turned on.
The diff of the modified file(s):
--- btdebug.h 2001/03/02 10:55:03 1.34
+++ btdebug.h 2001/03/02 15:15:08 1.35
@@ -84,41 +84,41 @@
/****************** HCI Debug defines ************************************=
****/
/* Possibility to turn on/off debug for separate sections, in the hci laye=
r */
=20
-#define DEBUG_HCI_QUEUEING 1
+#define DEBUG_HCI_QUEUEING 0
/* Debug for the queueing when sending data */
=20
-#define DEBUG_HCI_INDATA 1
+#define DEBUG_HCI_INDATA 0
/* Prints out how many characters that is received by hci_recieve_data() */
=20
-#define DEBUG_HCI_STATE 1
+#define DEBUG_HCI_STATE 0
/* Will enable/disable debug for the receive states (WAIT_FOR_xxx) */
=20
-#define DEBUG_HCI_RECEIVING_PROCESS 1
+#define DEBUG_HCI_RECEIVING_PROCESS 0
/* Will enable/disable debug during the receiving process */
=20
-#define DEBUG_HCI_SEND_PROCESS 1
+#define DEBUG_HCI_SEND_PROCESS 0
/* Will enable/disable debug during the sending process (only data, no cmd=
s) */
=20
-#define DEBUG_DATAFLOW 1
+#define DEBUG_DATAFLOW 0
/* Enables / disables the printing of the bytes thar are sent/received */
=20
-#define DEBUG_HCI_CTRL 1
+#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: "
=20
/***************** L2CAP Debug defines ***********************************=
****/
=20
-#define L2CAP_DEBUG_STATE 1
-#define L2CAP_DEBUG_TIMER 1
-#define L2CAP_DEBUG_CON 1
-#define L2CAP_DEBUG_RCV 1
-#define L2CAP_DEBUG_XMIT 1
-#define L2CAP_DEBUG_MISC 1
-#define L2CAP_DEBUG_DATA 1
+#define L2CAP_DEBUG_STATE 0
+#define L2CAP_DEBUG_TIMER 0
+#define L2CAP_DEBUG_CON 0
+#define L2CAP_DEBUG_RCV 0
+#define L2CAP_DEBUG_XMIT 0
+#define L2CAP_DEBUG_MISC 0
+#define L2CAP_DEBUG_DATA 0
=20
#define L2CAP_DBG_STR " L2CAP "
=20
@@ -126,17 +126,17 @@
=20
/* Possibility to turn on/off debug for seperate sections in RFCOMM*/
=20
-#define DEBUG_RFCOMM_RECEIVE_FLOW 1
+#define DEBUG_RFCOMM_RECEIVE_FLOW 0
/* Will enable/disable debug during the receiving process */
=20
-#define DEBUG_RFCOMM_SEND_PROCESS 1
+#define DEBUG_RFCOMM_SEND_PROCESS 0
/* Will enable/disable debug during the sending process */
=20
-#define DEBUG_RFCOMM_INTERNAL_SIGNALING 1
+#define DEBUG_RFCOMM_INTERNAL_SIGNALING 0
/* Will enable/disable debug for the internal signaling between the RFCOMM
layers on two differnet BT-units */
=20
-#define PRINT_DATA_ENABLE 1
+#define PRINT_DATA_ENABLE 0
/* Enables /disables the printing of the send and received data */
=20
#define RFCOMM_DBG_STR " RFCOMM "
|