Fix overflow for RNDIS class driver responses when returning the adapter query list (thanks to Peter Mc Shane).
This commit is contained in:
parent
2db71bc8a4
commit
0e68abcd4f
10 changed files with 60 additions and 38 deletions
|
@ -12,6 +12,11 @@
|
|||
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
|
||||
* - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Core:
|
||||
* - The RNDIS device class driver now takes a user-supplied buffer and buffer length for the internal RNDIS
|
||||
* message management (thanks to Peter Mc Shane)
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Core:
|
||||
* - Fixed device class driver pipe configuration routines returning success with a partially constructed instance
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
* areas relevant to making older projects compatible with the API changes of each new release.
|
||||
*
|
||||
* \section Sec_MigrationXXXXXX Migrating from 140302 to XXXXXX
|
||||
* None
|
||||
* <b>Device Mode</b>
|
||||
* - The device mode RNDIS class driver now requires a user-supplied buffer and buffer length to operate, rather
|
||||
* than allocating this buffer internally.
|
||||
*
|
||||
* \section Sec_Migration140302 Migrating from 130901 to 140302
|
||||
* <b>USB Core</b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue