|
From: Peter K. <pk...@us...> - 2001-08-29 10:08:43
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_vendor.c 1.50 1.51=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Do not differentiate between BCSP and H4 in the CSR version
of bt_hw_vendor().
The diff of the modified file(s):
--- hci_vendor.c 2001/08/16 13:05:55 1.50
+++ hci_vendor.c 2001/08/29 10:08:42 1.51
@@ -1163,10 +1163,7 @@
char*
bt_hw_vendor(void)
{
- if (bt_use_bcsp(-1))
- return "CSR (BCSP)";
- else
- return "CSR (H4)";
+ return "CSR";
}
=20
#elif defined(CONFIG_BLUETOOTH_INFINEON_BMI)
|