summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/panqueque/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/panqueque/board.c b/board/panqueque/board.c
index cea834c75e..05f10642ad 100644
--- a/board/panqueque/board.c
+++ b/board/panqueque/board.c
@@ -112,7 +112,7 @@ const size_t board_power_seq_count = ARRAY_SIZE(board_power_seq);
const void *const usb_strings[] = {
[USB_STR_DESC] = usb_string_desc,
[USB_STR_VENDOR] = USB_STRING_DESC("Plugable"),
- [USB_STR_PRODUCT] = USB_STRING_DESC("UC-MSTHDC"),
+ [USB_STR_PRODUCT] = USB_STRING_DESC("UD-MSTHDC"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
USB_STRING_DESC(CROS_EC_SECTION ":" CROS_EC_VERSION32),