|
From: Mats F. <ma...@us...> - 2001-05-18 07:13:37
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci_vendor.c 1.37 1.38=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Use bt_write_lower_driver instead of bcsp_write_top The diff of the modified file(s): --- hci_vendor.c 2001/05/18 07:02:38 1.37 +++ hci_vendor.c 2001/05/18 07:13:37 1.38 @@ -669,7 +669,7 @@ =20 print_data(__FUNCTION__, (u8*)&c_pkt, c_pkt.len + CMD_HDR_LEN + HCI_HDR_L= EN); =20=09 - return bcsp_write_top((u8*) &c_pkt, c_pkt.len + CMD_HDR_LEN + HCI_HDR_LEN= ); + return bt_write_lower_driver((u8*) &c_pkt, c_pkt.len + CMD_HDR_LEN + HCI_= HDR_LEN); } #endif =20 |