summaryrefslogtreecommitdiffstats
path: root/commandline
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-23 22:01:49 +1000
committerJenna Fox <a@creativepony.com>2012-09-23 22:01:49 +1000
commit28b65b95cc1f47a6353e6ede5a4dbee6a36a76e3 (patch)
tree0e1b9bc46045d97dce0a499947bfd0f1b2792831 /commandline
parent288212e19a9341788772afcc0fb02d8240e5ffcc (diff)
downloadmicronucleus-28b65b95cc1f47a6353e6ede5a4dbee6a36a76e3.tar.gz
micronucleus-28b65b95cc1f47a6353e6ede5a4dbee6a36a76e3.tar.bz2
micronucleus-28b65b95cc1f47a6353e6ede5a4dbee6a36a76e3.zip
getting close to having a working 2.2kb bootloader!
Diffstat (limited to 'commandline')
-rw-r--r--commandline/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commandline/main.c b/commandline/main.c
index 1639904..725e2ea 100644
--- a/commandline/main.c
+++ b/commandline/main.c
@@ -15,9 +15,9 @@
#include "usbcalls.h"
#define IDENT_VENDOR_NUM 0x16c0
-#define IDENT_VENDOR_STRING "obdev.at"
+#define IDENT_VENDOR_STRING "creativepony.com"
#define IDENT_PRODUCT_NUM 1503
-#define IDENT_PRODUCT_STRING "HIDBoot"
+#define IDENT_PRODUCT_STRING "uBoot"
// extra delays before more USB requests for tiny85 compatibility while chip frozen
// this number could be lower than 16000 - minimum will be greater than 9000 (erase and write)