|
From: Peter K. <pk...@us...> - 2001-05-30 12:39:21
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.150 1.151=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Enable DM1 and DH1 packets too for all but Ericsson.
The diff of the modified file(s):
--- hci.c 2001/05/28 12:05:43 1.150
+++ hci.c 2001/05/30 10:32:07 1.151
@@ -824,8 +824,13 @@
reset_hci_con_bd(hci_hdl);
} else {
DSYS(__FUNCTION__", ACL link is up\n");
+#ifdef CONFIG_BLUETOOTH_ERICSSON
change_connection_packet_type(hci_hdl,=20
DM3|DH3|DM5|DH5);
+#else
+ change_connection_packet_type(hci_hdl,=20
+ DM1|DH1|DM3|DH3|DM5|DH5);
+#endif
set_hci_con(buf + 3, hci_hdl);
remote_name_request(buf + 3);
=20
|