-
Notifications
You must be signed in to change notification settings - Fork 3k
Update USBTester product name #6439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update USBTester product name #6439
Conversation
/morph build |
Build : SUCCESSBuild number : 1543 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1183 |
Test : FAILUREBuild number : 1323 |
You may need to pull in #6340 on feature branch |
d16124d
to
2a76392
Compare
327337e
to
b407734
Compare
Rebased this and the feature branch |
/morph build |
Build : FAILUREBuild number : 1560 |
/morph build |
Build : FAILUREBuild number : 1562 |
/morph build |
Build : SUCCESSBuild number : 1563 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1201 |
Test : SUCCESSBuild number : 1340 |
I've just restarted https://travis-ci.org/ARMmbed/mbed-os/builds/357383590 - it was green, did not report back the status |
TESTS/usb_device/basic/USBTester.cpp
Outdated
@@ -286,9 +286,11 @@ const uint8_t *USBTester::string_iinterface_desc() | |||
const uint8_t *USBTester::string_iproduct_desc() | |||
{ | |||
static const uint8_t string_iproduct_descriptor[] = { | |||
0x16, | |||
0x34, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 0x22
Change the name reported by USBTester from CDC DEVICE to MBED TEST DEVICE.
b407734
to
8f69018
Compare
/morph build |
Build : SUCCESSBuild number : 1570 Triggering tests/morph test |
Test : SUCCESSBuild number : 1361 |
Exporter Build : SUCCESSBuild number : 1209 |
Change the name reported by USBTester from CDC DEVICE to MBED TEST DEVICE to make it more recognizable.