|
From: Alain P. <apa...@us...> - 2002-07-22 19:05:38
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_vendor.c 1.36 1.37=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Remove the PS keys, because if they are set, the platform will crash
when we will try to make a connection.
The diff of the modified file(s):
--- bt_vendor.c 22 Jul 2002 17:23:56 -0000 1.36
+++ bt_vendor.c 22 Jul 2002 19:05:25 -0000 1.37
@@ -290,6 +290,8 @@
{
unsigned short msg[CSR_PSKEY_MAXPARAMS + CSR_PSKEY_MSGHDR_SIZE];
=20
+#ifndef CONFIG_BLUETOOTH_SD_SPECIFIC
+
syslog(LOG_INFO, __FUNCTION__": ps_key 0x%x rw_mode : %d", ps_key, rw_mo=
de);
=20
msg[0] =3D ps_key;
@@ -317,6 +319,8 @@
/* Copy back return params if READ (skip message header) */
if (rw_mode =3D=3D CSR_PSKEY_GETREQ)
memcpy(ps_vals, &msg[CSR_PSKEY_MSGHDR_SIZE], n_pars*2);
+
+#endif /* CONFIG_BLUETOOTH_SD_SPECIFIC */
}
=20
=20
|