]> mj.ucw.cz Git - home-hw.git/commitdiff
test-display: Fix names
authorMartin Mares <mj@ucw.cz>
Sat, 13 May 2023 21:16:50 +0000 (23:16 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 13 May 2023 21:16:50 +0000 (23:16 +0200)
test-display/main.c

index a00c20a985b3537053a6e6a2061afc7481ffb7ed..4fb15906ac1e60139a00cee39bcdbfca19d39e38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Test Gadget
+ *     Workshop Clock
  *
  *     (c) 2020 Martin Mareš <mj@ucw.cz>
  */
@@ -208,7 +208,7 @@ static char usb_serial_number[13];
 
 static const char *usb_strings[] = {
        "United Computer Wizards",
-       "Test Gadget",
+       "Workshop Clock",
        usb_serial_number,
 };
 
@@ -230,7 +230,7 @@ static const struct usb_device_descriptor device = {
 };
 
 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,