Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.

This commit is contained in:
Dean Camera 2011-06-30 09:44:37 +00:00
parent c6a7a028bd
commit 5a580c6854
7 changed files with 197 additions and 28 deletions

View file

@ -132,6 +132,7 @@ include $(LUFA_PATH)/LUFA/makefile
SRC = $(TARGET).c \
DeviceDescriptor.c \
ConfigDescriptor.c \
Lib/AndroidAccessoryCommands.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_SERIAL)