Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode.
This commit is contained in:
parent
0d57659fa6
commit
cce8760b91
6 changed files with 5 additions and 35 deletions
|
|
@ -41,6 +41,7 @@
|
|||
* - 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 intermediate build files from assembly and C++ sources (thanks to Daniel Czigany)
|
||||
* - Removed the EVENT_USB_InitFailure() event, not specifying a USB mode now defaults to UID selection mode
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
* variables.
|
||||
* - A new USB driver source file, Drivers/USB/HighLevel/PipeStream.c now exists. This source file should be added to all
|
||||
* project makefiles using the USB driver of LUFA, or the makefile should be updated to use the new module source variables.
|
||||
* - The EVENT_USB_InitFailure() event has been removed, as the USB_Init() function will no longer fail; if not USB mode is
|
||||
* specified, the controller will default to UID selection mode.
|
||||
*
|
||||
* <b>Device Mode</b>
|
||||
* - The signature for the CALLBACK_USB_GetDescriptor() callback has changed, the "void** const DescriptorAddress" parameter is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue