|
From: Mattias A. <mat...@us...> - 2001-08-27 15:26:41
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
btdebug.h 1.39 1.40=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* added credit based flow debug flag
The diff of the modified file(s):
--- btdebug.h 2001/04/17 11:53:29 1.39
+++ btdebug.h 2001/08/27 15:26:41 1.40
@@ -136,6 +136,8 @@
/* Will enable/disable debug for the internal signaling between the RFCOMM
layers on two differnet BT-units */
=20
+#define DEBUG_RFCOMM_CREDIT_BASED_FLOW
+
#define PRINT_DATA_ENABLE 0
/* Enables /disables the printing of the send and received data */
=20
|