|
From: Mattias A. <mat...@us...> - 2001-06-06 14:59:09
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.40 1.41=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added bt_reset_phys_hw function The diff of the modified file(s): --- bluetooth.h 2001/05/22 09:45:53 1.40 +++ bluetooth.h 2001/06/06 14:59:08 1.41 @@ -92,6 +92,7 @@ void bt_connect_cfm(u32 con_id, s32 status); s32 bt_sprint_status(u8 *buf); void bt_send_sdp_data_received(u8 line, u8 *data, int len); +void bt_reset_phys_hw(void); =20 /* Handles wakeup of failed blocking function calls */ #ifdef __KERNEL__ |