{\r
uint8_t PrevSelectedEndpoint = Endpoint_GetCurrentEndpoint();\r
\r
+ USB_INT_Disable(USB_INT_RXSTPI);\r
+ sei();\r
USB_USBTask();\r
+ USB_INT_Enable(USB_INT_RXSTPI);\r
\r
USB_INT_Clear(USB_INT_RXSTPI);\r
\r
* - Fixed Set Configuration requests not being stalled until the host has set the device's address\r
* - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the \r
* HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set\r
+ * - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint\r
+ * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer\r
*\r
* \section Sec_ChangeLog100219 Version 100219\r
*\r