mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 23:12:57 +00:00
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint request is being processed, causing possible lockups if a USB interrupt occurs during a transfer.
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
* - Fixed Set Configuration requests not being stalled until the host has set the device's address
|
||||
* - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the
|
||||
* HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set
|
||||
* - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint
|
||||
* request is being processed, causing possible lockups if a USB interrupt occurs during a transfer
|
||||
*
|
||||
* \section Sec_ChangeLog100219 Version 100219
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user