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
6a7c298c
Commit
6a7c298c
authored
15 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Synchronise with the 090605 release.
parent
3d1baa6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LUFA/ChangeLog.txt
+6
-1
6 additions, 1 deletion
LUFA/ChangeLog.txt
LUFA/Drivers/USB/Class/Device/HID.h
+3
-0
3 additions, 0 deletions
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/MigrationInformation.txt
+4
-1
4 additions, 1 deletion
LUFA/MigrationInformation.txt
with
13 additions
and
2 deletions
LUFA/ChangeLog.txt
+
6
−
1
View file @
6a7c298c
...
...
@@ -15,6 +15,12 @@
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)
* - Added new class drivers and matching demos to the library for rapid application development
*
*
* \section Sec_ChangeLog090605 Version 090605
*
* - Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data
* - Fixed documentation showing incorrect USB mode support on the supported AVRs list
* - Fixed RNDISEthernet not working under Linux due to Linux requiring an "optional" RNDIS request which was unhandled
...
...
@@ -37,7 +43,6 @@
* LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs
* - Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure
* - Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt
* - Removed psuedo-scheduler, dynamic memory block allocator from the library (no longer needed and not used respectively)
*
*
* \section Sec_ChangeLog090510 Version 090510
...
...
This diff is collapsed.
Click to expand it.
LUFA/Drivers/USB/Class/Device/HID.h
+
3
−
0
View file @
6a7c298c
...
...
@@ -104,6 +104,9 @@
* within the user application, and passed to each of the HID class driver functions as the
* HIDInterfaceInfo parameter. The contents of this structure should be set to their correct
* values when used, or ommitted to force the library to use default values.
*
* Note that for the HID class driver, host-to-device reports are received via HID class requests
* rather than a dedicated endpoint to simplify the driver and its interface.
*/
typedef
struct
{
...
...
This diff is collapsed.
Click to expand it.
LUFA/MigrationInformation.txt
+
4
−
1
View file @
6a7c298c
...
...
@@ -10,7 +10,10 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
* \section Sec_MigrationXXXXXX Migrating from 090510 to XXXXXX
* \section Sec_Migration090605 Migrating from 090510 to 090605
*
*
* \section Sec_Migration090605 Migrating from 090510 to 090605
*
* <b>Device Mode</b>
* - Support for non-control data endpoint interrupts has been dropped due to many issues in the implementation. All existing
...
...
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