}\r
\r
/** Event handler for the library USB Unhandled Control Request event. */\r
-void EVENT_USB_Device_UnhandledControlPacket(void)\r
+void EVENT_USB_Device_UnhandledControlRequest(void)\r
{\r
CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface);\r
}\r
* - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser\r
* - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed\r
* - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered\r
+ * - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,\r
+ * causing continuous USART receive interrupts\r
+ * - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation\r
*\r
*\r
* \section Sec_ChangeLog090810 Version 090810\r