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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
c879887d
Commit
c879887d
authored
14 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.
parent
82fa9149
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Demos/Device/LowLevel/GenericHID/GenericHID.c
+1
-1
1 addition, 1 deletion
Demos/Device/LowLevel/GenericHID/GenericHID.c
LUFA/Drivers/Board/UNO/LEDs.h
+2
-2
2 additions, 2 deletions
LUFA/Drivers/Board/UNO/LEDs.h
LUFA/ManPages/ChangeLog.txt
+1
-0
1 addition, 0 deletions
LUFA/ManPages/ChangeLog.txt
with
4 additions
and
3 deletions
Demos/Device/LowLevel/GenericHID/GenericHID.c
+
1
−
1
View file @
c879887d
...
@@ -139,7 +139,7 @@ void EVENT_USB_Device_ControlRequest(void)
...
@@ -139,7 +139,7 @@ void EVENT_USB_Device_ControlRequest(void)
/* Read the report data from the control endpoint */
/* Read the report data from the control endpoint */
Endpoint_Read_Control_Stream_LE
(
&
GenericData
,
sizeof
(
GenericData
));
Endpoint_Read_Control_Stream_LE
(
&
GenericData
,
sizeof
(
GenericData
));
Endpoint_Clear
OUT
();
Endpoint_Clear
IN
();
ProcessGenericHIDReport
(
GenericData
);
ProcessGenericHIDReport
(
GenericData
);
}
}
...
...
This diff is collapsed.
Click to expand it.
LUFA/Drivers/Board/UNO/LEDs.h
+
2
−
2
View file @
c879887d
...
@@ -48,8 +48,8 @@
...
@@ -48,8 +48,8 @@
* @{
* @{
*/
*/
#ifndef __LEDS_
BENIT
O_H__
#ifndef __LEDS_
UN
O_H__
#define __LEDS_
BENIT
O_H__
#define __LEDS_
UN
O_H__
/* Includes: */
/* Includes: */
#include
<avr/io.h>
#include
<avr/io.h>
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/ChangeLog.txt
+
1
−
0
View file @
c879887d
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
* - Library Applications:
* - Library Applications:
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
* - Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo
*
*
* \section Sec_ChangeLog101122 Version 101122
* \section Sec_ChangeLog101122 Version 101122
* <b>New:</b>
* <b>New:</b>
...
...
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