forked from PAWPAW-Mirror/lib_xua
Add in the code to call HidInterfaceClassRequests(). It was inadvertently removed during the removal of the XUA_Endpoint0_lite_loop() function.
This commit is contained in:
@@ -617,6 +617,12 @@ void XUA_Endpoint0_loop(XUD_Result_t result, USB_SetupPacket_t sp, chanend c_ep0
|
|||||||
device_reboot();
|
device_reboot();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
#if( 0 < HID_CONTROLS )
|
||||||
|
if (interfaceNum == INTERFACE_NUMBER_HID)
|
||||||
|
{
|
||||||
|
result = HidInterfaceClassRequests(ep0_out, ep0_in, &sp);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
/* Check for: - Audio CONTROL interface request - always 0, note we check for DFU first
|
/* Check for: - Audio CONTROL interface request - always 0, note we check for DFU first
|
||||||
* - Audio STREAMING interface request (In or Out)
|
* - Audio STREAMING interface request (In or Out)
|
||||||
|
|||||||
Reference in New Issue
Block a user