summaryrefslogtreecommitdiff
path: root/usb-serial
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-06-05 15:11:53 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-06-05 15:11:53 +0000
commit43dac3ec3726b3c7b2d72fda8a5c595f19ea1b03 (patch)
treec6dfdface736aa46309b0df34dedc2b0a35b4a29 /usb-serial
parentfixed lib for chips without bootloader function... (more workaround than fix) (diff)
USB Manufacturer and Product are now configurable
git-svn-id: https://svn.spreadspace.org/avr/trunk@55 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-serial')
-rw-r--r--usb-serial/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index 73a91b7..7ec4afa 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -36,4 +36,7 @@ LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
+LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
+LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+
include ../include.mk