From 7d6ffdae17d6b06aa2932d862127253031eee8e5 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 17 Oct 2012 12:01:42 +0200 Subject: [PATCH] usb_serial.c: adjust USB strings for Teacup. --- usb_serial.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usb_serial.c b/usb_serial.c index 5984859..d10cb9f 100644 --- a/usb_serial.c +++ b/usb_serial.c @@ -43,8 +43,8 @@ // You can change these to give your code its own name. On Windows, // these are only used before an INF file (driver install) is loaded. -#define STR_MANUFACTURER L"Your Name" -#define STR_PRODUCT L"USB Serial" +#define STR_MANUFACTURER L"RepRap Community" +#define STR_PRODUCT L"Teacup Firmware" // All USB serial devices are supposed to have a serial number // (according to Microsoft). On windows, a new COM port is created