We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, since we are having now P4 with USB-HS, is it possible to update ethernet speed notification code according to upstream repo?
hathach/tinyusb#742
tu_static struct ncm_notify_t ncm_notify_speed_change = { .header = { .bmRequestType_bit = { .recipient = TUSB_REQ_RCPT_INTERFACE, .type = TUSB_REQ_TYPE_CLASS, .direction = TUSB_DIR_IN}, .bRequest = CDC_NOTIF_CONNECTION_SPEED_CHANGE, .wLength = 8, }, .downlink = TUD_OPT_HIGH_SPEED ? 480000000 : 12000000, .uplink = TUD_OPT_HIGH_SPEED ? 480000000 : 12000000, };
Now we are having hardcoded ethernet speed 10mb/s
Thanks
The text was updated successfully, but these errors were encountered:
Yes, this is definitely on our todo list. Internally, we made only few P4+USB+network tests, but did not manage to make it public yet.
We will update this ticket when we have some news to share
Sorry, something went wrong.
Thanks It is not that important thou. From my test I can tell it's just cosmetic value to display in OS, it doesn't impact on real transfer speed.
No branches or pull requests
Answers checklist.
General issue report
Hi,
since we are having now P4 with USB-HS, is it possible to update ethernet speed notification code according to upstream repo?
hathach/tinyusb#742
Now we are having hardcoded ethernet speed 10mb/s
Thanks
The text was updated successfully, but these errors were encountered: