The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_vendor.c 1.39 1.40=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Write PS keys for CSR modules now big-endian compatible
The diff of the modified file(s):
--- bt_vendor.c 2 Aug 2002 08:56:52 -0000 1.39
+++ bt_vendor.c 22 Nov 2002 08:29:14 -0000 1.40
@@ -297,7 +297,6 @@
{
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;
@@ -326,7 +325,6 @@
if (rw_mode =3D=3D CSR_PSKEY_GETREQ)
memcpy(ps_vals, &msg[CSR_PSKEY_MSGHDR_SIZE], n_pars*2);
=20
-#endif /* CONFIG_BLUETOOTH_SD_SPECIFIC */
}
=20
=20
|