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
0d57659f
Commit
0d57659f
authored
Sep 15, 2010
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Fix incorrect documentation on the Get Descriptor standard request.
parent
6d2f091c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/Drivers/USB/HighLevel/StdRequestType.h
+6
-4
6 additions, 4 deletions
LUFA/Drivers/USB/HighLevel/StdRequestType.h
LUFA/ManPages/ChangeLog.txt
+1
-1
1 addition, 1 deletion
LUFA/ManPages/ChangeLog.txt
with
7 additions
and
5 deletions
LUFA/Drivers/USB/HighLevel/StdRequestType.h
+
6
−
4
View file @
0d57659f
...
...
@@ -193,8 +193,10 @@
* to the user application for other recipients via the
* \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
* device mode. */
REQ_GetDescriptor
=
6
,
/**< Implemented in the library for all recipients and all request
* types. */
REQ_GetDescriptor
=
6
,
/**< Implemented in the library for device and interface recipients. Passed to the
* user application for other recipients via the
* \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
* device mode. */
REQ_SetDescriptor
=
7
,
/**< Not implemented in the library, passed to the user application
* via the \ref EVENT_USB_Device_UnhandledControlRequest() event when received in
* device mode. */
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/ChangeLog.txt
+
1
−
1
View file @
0d57659f
...
...
@@ -40,7 +40,7 @@
* - Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve device compatibility while in USB Host mode
* - Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible
* to free up the Start of Frame flag for interrupt use in the user application
* - All project makefiles now correctly clean intermedi
tary
build files from assembly and C++ sources (thanks to Daniel Czigany)
* - All project makefiles now correctly clean intermedi
ate
build files from assembly and C++ sources (thanks to Daniel Czigany)
*
* <b>Fixed:</b>
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
...
...
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
sign in
to comment