From a00bd3fd246f52836a1b8e97d4cf83d7fb9d9e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 6 Dec 2019 17:11:15 +0100 Subject: [PATCH] usb_cdcacm: set product string --- lib/usb_cdcacm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/usb_cdcacm.c b/lib/usb_cdcacm.c index 95c1874..293a6ae 100644 --- a/lib/usb_cdcacm.c +++ b/lib/usb_cdcacm.c @@ -242,7 +242,7 @@ static char usb_serial[] = "00112233445566778899aabb"; */ static const char* usb_strings[] = { "CuVoodoo", /**< manufacturer string */ - "CuVoodoo STM32F1xx firmware", /**< product string */ + "USB cable tester", /**< product string */ (const char*)usb_serial, /**< device ID used as serial number */ "DFU bootloader (runtime mode)", /**< DFU interface string */ };