From ffeb6b244752916cbe6ff18761b9a5b9783313cc Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 6 Sep 2019 10:31:29 +0200 Subject: [PATCH] Update the Shearwater Nerd bluetooth names Add the Shearwater Nerd 2 bluetooth device name. The change to uppercase is purely cosmetic. The string comparisions are not case-sensitive. But for documentation purposes it's good practice to list the exact name as reported by the device. --- src/descriptor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/descriptor.c b/src/descriptor.c index 3495acd..2a05036 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -530,7 +530,8 @@ static int dc_filter_shearwater (dc_transport_t transport, const void *userdata) static const char * const bluetooth[] = { "Predator", "Petrel", - "Nerd", + "NERD", + "NERD 2", "Perdix", "Teric", };