Skip to content

Commit 8f69018

Browse files
committed
Update USBTester product name
Change the name reported by USBTester from CDC DEVICE to MBED TEST DEVICE.
1 parent 2a76392 commit 8f69018

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

TESTS/usb_device/basic/USBTester.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,11 @@ const uint8_t *USBTester::string_iinterface_desc()
286286
const uint8_t *USBTester::string_iproduct_desc()
287287
{
288288
static const uint8_t string_iproduct_descriptor[] = {
289-
0x16,
289+
0x22,
290290
STRING_DESCRIPTOR,
291-
'C', 0, 'D', 0, 'C', 0, ' ', 0, 'D', 0, 'E', 0, 'V', 0, 'I', 0, 'C', 0, 'E', 0
291+
'M', 0, 'B', 0, 'E', 0, 'D', 0, ' ', 0,
292+
'T', 0, 'E', 0, 'S', 0, 'T', 0, ' ', 0,
293+
'D', 0, 'E', 0, 'V', 0, 'I', 0, 'C', 0, 'E', 0,
292294
};
293295
return string_iproduct_descriptor;
294296
}

0 commit comments

Comments
 (0)