summaryrefslogtreecommitdiff
path: root/usb-spi
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-spi
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-spi')
-rw-r--r--usb-spi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index 59bb14c..15b9bde 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/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