OSDN Git Service

tools: Add entry for COOKOO watch product ID
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 13 Jan 2013 23:13:24 +0000 (15:13 -0800)
committerMarcel 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

index f486563..3b712e1 100644 (file)
@@ -35,6 +35,7 @@ static const struct {
        const char *str;
 } product_table[] = {
        { 0x0078, 0x0001, "Nike+ FuelBand"      },
+       { 0x0097, 0x0002, "COOKOO watch"        },
        { }
 };