summaryrefslogtreecommitdiff
path: root/tools/hwdb.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-01-13 15:13:24 -0800
committerMarcel Holtmann <marcel@holtmann.org>2013-01-13 15:13:24 -0800
commitc7880b5771004435622aebd7cde5bc038e047947 (patch)
tree4c3be140bd8324917be0b2bbb80bd1e2af112613 /tools/hwdb.c
parent26038ae7def36a135f35ce3c968e10c504af213b (diff)
downloadbluez-c7880b5771004435622aebd7cde5bc038e047947.tar.gz
tools: Add entry for COOKOO watch product ID
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.
Diffstat (limited to 'tools/hwdb.c')
-rw-r--r--tools/hwdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hwdb.c b/tools/hwdb.c
index f48656371..3b712e1d5 100644
--- 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" },
{ }
};