|
From: Alain P. <apa...@us...> - 2002-07-31 09:50:43
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_vendor.c 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Just added a define for our specific-bigendian problems
The diff of the modified file(s):
--- bt_vendor.c 22 Jul 2002 19:05:25 -0000 1.37
+++ bt_vendor.c 31 Jul 2002 09:50:42 -0000 1.38
@@ -328,6 +328,7 @@
{
unsigned short ps_parbuf;
=20
+#ifndef CONFIG_BLUETOOTH_SD_SPECIFIC
/* Make sure uart deep sleep is disabled when using BCSP */
csr_pskey(bt_cfd, PSKEY_UART_SLEEP_TIMEOUT,=20
CSR_PSKEY_GETREQ, &ps_parbuf, 1);
@@ -340,6 +341,7 @@
CSR_PSKEY_SETREQ, &ps_parbuf, 1);=20=20=20=20
return 1;
}
+#endif /* CONFIG_BLUETOOTH_SD_SPECIFIC */
return 0;
}
=20
|