|
From: Mats F. <ma...@us...> - 2001-05-17 10:36:37
|
The following files were modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
btinit.c 1.7 1.8=20=20=20=20=20=20=20=20=20=20=20=20=20
modememul.c 1.6 1.7=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Replaced static value with define
The diff of the modified file(s):
--- btinit.c 2001/05/17 10:23:01 1.7
+++ btinit.c 2001/05/17 10:36:36 1.8
@@ -208,7 +208,7 @@
/* Set default speed */
=20
if (init_hw_speed !=3D 0)
- fd_setup(phys_fd, init_hw_speed, 1, hw_vendor() =3D=3D HW_CSR_BCSP);
+ fd_setup(phys_fd, init_hw_speed, USE_FLOW_CTRL, hw_vendor() =3D=3D HW_=
CSR_BCSP);
else
init_phys(phys_fd);
=20
--- modememul.c 2001/05/17 10:24:04 1.6
+++ modememul.c 2001/05/17 10:36:36 1.7
@@ -125,7 +125,7 @@
}
=20
/* not necessary for BT devices... */
- fd_setup(btfd, speed, USE_NO_FLOW, 0);
+ fd_setup(btfd, speed, USE_NO_FLOW, DONT_USE_BCSP);
=20
syslog(LOG_INFO, "done.");
done =3D modem_emulator(btfd);
|