Make HID device class driver reselect the correct endpoint after the user callbacks have fired.

This commit is contained in:
Dean Camera 2009-10-26 05:27:59 +00:00
parent de70f0f1cf
commit cf610c5c91
5 changed files with 6 additions and 2 deletions

View file

@ -34,6 +34,7 @@
* - Fixed ClassDriver AudioOutput device demo not selecting an audio output mode
* - Fixed incorrect SampleFrequencyType value in the AudioInput and AudioOutput ClassDriver demos' descriptors
* - Fixed incorrect event name rule in demo/project/bootloader makefiles
* - Fixed HID device class driver not reselecting the correct endpoint once the user callback routines have been called
*
* \section Sec_ChangeLog090924 Version 090924
*