|
From: Peter K. <pk...@us...> - 2001-05-17 14:53:54
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
bt_vendor.c 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Changed the vendor names for CSR.
The diff of the modified file(s):
--- bt_vendor.c 2001/05/17 10:31:15 1.14
+++ bt_vendor.c 2001/05/17 14:53:54 1.15
@@ -161,9 +161,9 @@
=20
if (!vendor)
hw_vendor =3D HW_UNKNOWN;
- else if (!strcmp(vendor, "CSR_H4"))
+ else if (!strcmp(vendor, "CSR (H4)"))
hw_vendor =3D HW_CSR_H4;
- else if (!strcmp(vendor, "CSR_BCSP"))
+ else if (!strcmp(vendor, "CSR (BCSP)"))
hw_vendor =3D HW_CSR_BCSP;
else if (!strcmp(vendor, "Digianswer"))
hw_vendor =3D HW_DIGIANSWER;
|