|
From: Peter K. <pk...@us...> - 2001-05-17 15:04:40
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci_vendor.c 1.35 1.36=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Turn bt_write_lower_driver() into bcsp_write_top() when BCSP is enabled. The diff of the modified file(s): --- hci_vendor.c 2001/05/17 14:53:15 1.35 +++ hci_vendor.c 2001/05/17 15:04:38 1.36 @@ -85,6 +85,10 @@ =20 #define BT_HW_INFO_MAX 255 =20 +#ifdef CONFIG_BLUETOOTH_USE_BCSP +#define bt_write_lower_driver(data, len) bcsp_write_top(data, len) +#endif + /****************** LOCAL VARIABLE DECLARATION SECTION *******************= ***/ =20 /* These are declared in hci.c */ |