|
From: Gordon M. <gm...@us...> - 2001-04-18 00:53:37
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.51 1.52=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Fixed the hci_inquiry hang (hopefully). The diff of the modified file(s): --- hci.h 2001/04/17 16:06:49 1.51 +++ hci.h 2001/04/18 00:53:37 1.52 @@ -99,7 +99,7 @@ s32 hci_sprint_local_info(u8 *buf); s32 hci_sprint_local_bd(u8 *buf); =20 -inquiry_results* hci_inquiry(u8 lap[], u8 inq_len, u8 num_resp); +int hci_inquiry(u8 lap[], u8 inq_len, u8 num_resp, inquiry_results*); s32 hci_add_sco_connection(u32 hci_hdl); =20 /* Link control commands */ |