|
From: Peter K. <pk...@us...> - 2001-07-31 17:50:56
|
The following files were modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.43 1.44=20=20=20=20=20=20=20=20=20=20=20=20 hci.h 1.62 1.63=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected a CONFIG_BLUETOOTH_USE_BCSP to CONFIG_BLUETOOTH_SUPPORT_BCSP. The diff of the modified file(s): --- bluetooth.h 2001/07/31 16:50:41 1.43 +++ bluetooth.h 2001/07/31 17:50:55 1.44 @@ -50,7 +50,7 @@ =20 /* glue functions */ s32 bt_write_lower_driver(u8 *data, s32 len); -#ifdef CONFIG_BLUETOOTH_USE_BCSP +#ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP s32 bt_write_lower_driver_real(u8 *data, s32 len); #endif s32 bt_receive_top(u32 con_id, u8 *data, s32 len); --- hci.h 2001/07/06 06:56:08 1.62 +++ hci.h 2001/07/31 17:50:55 1.63 @@ -97,7 +97,7 @@ void hci_receive_data(u8* data, u32 count); s32 hci_send_data(bt_tx_buf *tx_buf); =20 -#ifdef CONFIG_BLUETOOTH_USE_BCSP +#ifdef CONFIG_BLUETOOTH_SUPPORT_BCSP void hci_receive_event(u8 *data, s32 count); void hci_receive_acl(u8 *data, s32 count); void hci_receive_hq(u8 *data, u32 count); |