Skip to content

Commit

Permalink
Changed name of USB device to "Pi-puck Camera Interface"
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellJoyce committed May 21, 2019
1 parent 3b1b5db commit 3a7f18a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ int main(void)
);

BRIDGE_DEBUG_PRINTF("-------------------------------------------------\r\n");
BRIDGE_DEBUG_PRINTF("Pi-puck FT903 Firmware v0.9.1\r\n");
BRIDGE_DEBUG_PRINTF("Pi-puck FT903 Firmware v0.9.2\r\n");
BRIDGE_DEBUG_PRINTF("USB Camera and I2C RGB LED controller\r\n");
BRIDGE_DEBUG_PRINTF("Built: %s %s\r\n", __DATE__, __TIME__);
BRIDGE_DEBUG_PRINTF("-------------------------------------------------\r\n");
Expand Down
4 changes: 2 additions & 2 deletions Sources/usbd_uvc_v1_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ DESCRIPTOR_QUALIFIER /*__at(STRING_DESCRIPTOR_LOCATION)*/ uint16_t string_descri
UNICODE_LEN(1), 0x0809, // 0809 = English (United Kingdom)
// String 1 (Manufacturer): "University of York"
UNICODE_LEN(18), L'U',L'n',L'i',L'v',L'e',L'r',L's',L'i',L't',L'y',L' ',L'o',L'f',L' ',L'Y',L'o',L'r',L'k',
// String 2 (Product): "e-puck Camera Interface"
UNICODE_LEN(23), L'e', L'-', L'p', L'u', L'c', L'k', L' ', L'C', L'a', L'm', L'e', L'r', L'a', L' ', L'I', L'n', L't', L'e', L'r', L'f', L'a', L'c', L'e',
// String 2 (Product): "Pi-puck Camera Interface"
UNICODE_LEN(24), L'P',L'i', L'-', L'p', L'u', L'c', L'k', L' ', L'C', L'a', L'm', L'e', L'r', L'a', L' ', L'I', L'n', L't', L'e', L'r', L'f', L'a', L'c', L'e',

// String 3 (Serial Number): "xxxx0001" where "xxxx" is the camera module ID.
UNICODE_LEN(8), L'x', L'x', L'x', L'x', L'0', L'0', L'0', L'1',
Expand Down

0 comments on commit 3a7f18a

Please sign in to comment.