Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 12:37:28 +0000 (12:37 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 12:37:28 +0000 (12:37 +0000)
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
LUFA/ManPages/ChangeLog.txt

index 8ef07f1..c46bb5d 100644 (file)
@@ -137,7 +137,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
 }\r
 \r
 /** Event handler for the library USB Unhandled Control Request event. */\r
 }\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
 {\r
        CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface);\r
 }\r
index de2fa81..11c21f0 100644 (file)
@@ -26,6 +26,9 @@
   *  - 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 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
   *\r
   *\r
   *  \section Sec_ChangeLog090810 Version 090810\r