From 4fefe032a53667cba2b801d0cc5f021b3d457ddd Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Mon, 29 Nov 2010 23:26:54 -0500 Subject: Fixing Linux UNO serial bug (thanks to Dean Camera). Enabling INTERRUPT_CONTROL_ENDPOINT in the makefile so we don't miss control messages from Linux. Also deleted two unused USB events to save a few bytes of space (the Mega 2560 .hex is now exactly 4096 bytes). --- firmwares/arduino-usbserial/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmwares/arduino-usbserial/makefile') diff --git a/firmwares/arduino-usbserial/makefile b/firmwares/arduino-usbserial/makefile index d025865..deab4b4 100755 --- a/firmwares/arduino-usbserial/makefile +++ b/firmwares/arduino-usbserial/makefile @@ -131,7 +131,7 @@ LUFA_OPTS = -D USB_DEVICE_ONLY LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8 LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1 LUFA_OPTS += -D USE_FLASH_DESCRIPTORS -#LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT +LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -- cgit v1.2.3-18-g5258