|
From: Anders J. <and...@us...> - 2001-07-31 09:03:35
|
The following file was modified in apps/bluetooth/btd:
Name Old version New version Comment
---- ----------- ----------- -------
btd.c 1.101 1.102=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Changed #INCLUDE_UNPLUG_TEST -> #CONFIG_BLUETOOTH_UNPLUG_TEST
The diff of the modified file(s):
--- btd.c 2001/07/30 15:44:01 1.101
+++ btd.c 2001/07/31 09:03:34 1.102
@@ -581,7 +581,7 @@
" bb_conn <xx:xx:xx:xx:xx:xx>", /* connect only baseband */
" bb_disc <hci handle>", /* disconnect baseband */
" ",
-#ifdef INCLUDE_UNPLUG_TEST
+#ifdef CONFIG_BLUETOOTH_UNPLUG_TEST
" t <testcase>", /* e.g testcase 4.3 't 43' */
#endif
"",
@@ -1506,7 +1506,7 @@
tmp_bd[3], tmp_bd[4], tmp_bd[5], tmp[0]);
l2ca_getinfo(tmp_bd, tmp[0]);
}
-#ifdef INCLUDE_UNPLUG_TEST
+#ifdef CONFIG_BLUETOOTH_UNPLUG_TEST
else if (sscanf(buf, "t %d", &i) =3D=3D 1)
{
/* unplug test cases, if you don't know what it is, don't use it !!! :=
) */
|