Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
5d4478b3
Commit
5d4478b3
authored
15 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.
parent
3a85962f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
+1
-1
1 addition, 1 deletion
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
LUFA/ManPages/ChangeLog.txt
+3
-0
3 additions, 0 deletions
LUFA/ManPages/ChangeLog.txt
with
4 additions
and
1 deletion
Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
+
1
−
1
View file @
5d4478b3
...
...
@@ -137,7 +137,7 @@ void EVENT_USB_Device_ConfigurationChanged(void)
}
/** Event handler for the library USB Unhandled Control Request event. */
void
EVENT_USB_Device_UnhandledControl
Packe
t
(
void
)
void
EVENT_USB_Device_UnhandledControl
Reques
t
(
void
)
{
CDC_Device_ProcessControlRequest
(
&
VirtualSerial_CDC_Interface
);
}
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/ChangeLog.txt
+
3
−
0
View file @
5d4478b3
...
...
@@ -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
* - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed
* - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered
* - Fixed USBtoSerial demos not reading in UDR1 when the USART receives data but the USB interface is not enumerated,
* causing continuous USART receive interrupts
* - Fixed misspelt event name in the Class driver USBtoSerial demo, preventing correct operation
*
*
* \section Sec_ChangeLog090810 Version 090810
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment