Added a link to the article

This commit is contained in:
Yuuichi Akagawa 2020-11-23 21:51:36 +09:00
parent cf0fad4045
commit bfe134bf39

View file

@ -148,6 +148,7 @@ uint8_t USBH_MIDI::Init(uint8_t parent, uint8_t port, bool lowspeed)
p->lowspeed = lowspeed; p->lowspeed = lowspeed;
// First Device Descriptor Request (Initially first 8 bytes) // First Device Descriptor Request (Initially first 8 bytes)
// https://techcommunity.microsoft.com/t5/microsoft-usb-blog/how-does-usb-stack-enumerate-a-device/ba-p/270685#_First_Device_Descriptor
rcode = pUsb->getDevDescr( 0, 0, 8, (uint8_t*)buf ); rcode = pUsb->getDevDescr( 0, 0, 8, (uint8_t*)buf );
// Restore p->epinfo // Restore p->epinfo