From c7880b5771004435622aebd7cde5bc038e047947 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Jan 2013 15:13:24 -0800 Subject: [PATCH] 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. --- tools/hwdb.c | 1 + 1 file changed, 1 insertion(+) 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" }, { } }; -- 2.47.3