OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703f251
)
lib: Fix invalid "whitespace" on company identifier string
author
Anderson Lizardo
<anderson.lizardo@openbossa.org>
Tue, 1 Oct 2013 14:11:22 +0000
(10:11 -0400)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 2 Oct 2013 11:09:01 +0000
(14:09 +0300)
Somehow, the invalid multibyte sequence "\xC2\xA0" (which is displayed
as a whitespace) was inserted on a company identifier string. Fix this
to avoid a bogus diff when running tools/update_compids.sh.
lib/bluetooth.c
patch
|
blob
|
history
diff --git
a/lib/bluetooth.c
b/lib/bluetooth.c
index
bdc611a
..
62c5c00
100644
(file)
--- a/
lib/bluetooth.c
+++ b/
lib/bluetooth.c
@@
-682,7
+682,7
@@
const char *bt_compidtostr(int compid)
case 210:
return "Dialog Semiconductor B.V.";
case 211:
- return "Taixingbang
Technology (HK) Co,. LTD.";
+ return "Taixingbang
Technology (HK) Co,. LTD.";
case 212:
return "Kawantech";
case 213: