Make HID device class driver reselect the correct endpoint after the user callbacks have fired.
This commit is contained in:
parent
de70f0f1cf
commit
cf610c5c91
5 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue