mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser.
Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
# make -C ClassDriver/ $@ <TODO: Re-enable after Host class drivers complete>
|
||||
make -C ClassDriver/ $@
|
||||
make -C LowLevel/ $@
|
||||
|
||||
Reference in New Issue
Block a user