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