summaryrefslogtreecommitdiffstats
path: root/commandline
diff options
context:
space:
mode:
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)