/*
- * Test Gadget
+ * Workshop Clock
*
* (c) 2020 Martin Mareš <mj@ucw.cz>
*/
static const char *usb_strings[] = {
"United Computer Wizards",
- "Test Gadget",
+ "Workshop Clock",
usb_serial_number,
};
};
static const struct usb_endpoint_descriptor endpoints[] = {{
- // Bulk end-point for sending values to DMX
+ // Bulk end-point for sending values to the display
.bLength = USB_DT_ENDPOINT_SIZE,
.bDescriptorType = USB_DT_ENDPOINT,
.bEndpointAddress = 0x01,