|
From: Peter K. <pk...@us...> - 2001-10-10 13:16:42
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.185 1.186=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Do not check for DFU mode in user stack.
The diff of the modified file(s):
--- hci.c 2001/10/05 12:25:46 1.185
+++ hci.c 2001/10/10 13:16:41 1.186
@@ -1897,10 +1897,10 @@
#ifdef __KERNEL__
send_data_task.routine =3D (void *)send_acl_data_task;
send_data_task.data =3D NULL;
-#endif
=20
if (bt_dfu_mode(-1))
return 0;
+#endif
=20=20=20=20=20=20=20=20=20
DSYS("Reading buffer sizes in HW module\n");
hci_read_buffer_size(HCI_BLOCK);
|