===== net/bluetooth/hci_core.c 1.25 vs edited ===== --- 1.25/net/bluetooth/hci_core.c Thu Feb 26 00:53:38 2004 +++ edited/net/bluetooth/hci_core.c Thu Mar 4 01:06:44 2004 @@ -189,6 +189,9 @@ /* Mandatory initialization */ + /* Reset */ + hci_send_cmd(hdev, OGF_HOST_CTL, OCF_RESET, 0, NULL); + /* Read Local Supported Features */ hci_send_cmd(hdev, OGF_INFO_PARAM, OCF_READ_LOCAL_FEATURES, 0, NULL);