|
From: Peter K. <pk...@us...> - 2001-05-08 16:06:13
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_vendor.c 1.12 1.13=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Changed order of commands in csr_init_hw() to change the hardware speed in time for the answer to the change of baud rate command. The diff of the modified file(s): --- bt_vendor.c 2001/04/27 16:49:38 1.12 +++ bt_vendor.c 2001/05/08 16:06:13 1.13 @@ -229,11 +229,11 @@ =20 bt_set_baudrate(bt_cfd, spd); =20 - syslog(LOG_INFO, "Baudrate set\n"); -=20=20 /* Now set phys device speed to whatever HW was set to use */ fd_setup(phys_fd, spd, USE_FLOW_CTRL); tcflush(phys_fd, TCIOFLUSH); + + syslog(LOG_INFO, "Baudrate set\n"); } =20 /* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D*/ |