summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-03-15 21:33:43 +0000
committerChristian Pointner <equinox@mur.at>2014-03-15 21:33:43 +0000
commit2f0ec3589ac3bda7970c9c055b19d0fe1ccc1c4c (patch)
tree45a01020263db914fbb0383c19fae7114c76ff48 /software/hhd70dongle/Makefile
parentupdated avr utils (diff)
upgraded avr utils
git-svn-id: https://svn.spreadspace.org/mur.sat@881 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/Makefile')
-rw-r--r--software/hhd70dongle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/hhd70dongle/Makefile b/software/hhd70dongle/Makefile
index 1519a5f..1fea29b 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -38,8 +38,8 @@ 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\"mur.sat\""
-LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+LUFA_OPTS += -D USB_MANUFACTURER="L\"mur.sat\"" -D USB_MANUFACTURER_LEN=7
+LUFA_OPTS += -D USB_PRODUCT="L\"HHD70 usb dongle\"" -D USB_PRODUCT_LEN=16
LUFA_COMPONENTS := USB USBCLASS