|
From: Peter K. <pk...@us...> - 2001-05-28 12:05:44
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.149 1.150=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Reverted unintended changes to link mode policy and allowed packet
types in last commit.
The diff of the modified file(s):
--- hci.c 2001/05/25 14:21:09 1.149
+++ hci.c 2001/05/28 12:05:43 1.150
@@ -824,13 +824,13 @@
reset_hci_con_bd(hci_hdl);
} else {
DSYS(__FUNCTION__", ACL link is up\n");
- change_connection_packet_type(hci_hdl,DM1|DH1|=20
- DM3|DH3);
+ change_connection_packet_type(hci_hdl,=20
+ DM3|DH3|DM5|DH5);
set_hci_con(buf + 3, hci_hdl);
remote_name_request(buf + 3);
=20
/* enable m/s switch */=20
- write_link_policy_settings(hci_hdl, 0x04);
+ write_link_policy_settings(hci_hdl, 0x01);
=20
/* we demand role switch as server */
if (force_msswitch && !i_am_initiator) {
|