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

@ -38,7 +38,7 @@ LUFA_Events.lst:
@echo Generating LUFA event name list...
@$(shell) cat `find ./ -name "*.h"` | grep -E "EVENT_[^\(]*\(" | \
sed -n -e 's/^.*EVENT_/EVENT_/p' | \
cut -d'(' -f1 | sort | uniq > LUFA_Events.lst
cut -d'(' -f1 | sort | uniq | tee LUFA_Events.lst
all: LUFA_Events.lst