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:
26038ae
)
tools: Add entry for COOKOO watch product ID
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 13 Jan 2013 23:13:24 +0000
(15:13 -0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 13 Jan 2013 23:13:24 +0000
(15:13 -0800)
The product ID for the COOKOO watch is from the Bluetrek manufacturer ID
and it is a little bit weird. It is assumed this is on purpose and not
some leftover from potential Bluetrek example code they used.
tools/hwdb.c
patch
|
blob
|
history
diff --git
a/tools/hwdb.c
b/tools/hwdb.c
index
f486563
..
3b712e1
100644
(file)
--- a/
tools/hwdb.c
+++ b/
tools/hwdb.c
@@
-35,6
+35,7
@@
static const struct {
const char *str;
} product_table[] = {
{ 0x0078, 0x0001, "Nike+ FuelBand" },
+ { 0x0097, 0x0002, "COOKOO watch" },
{ }
};