summaryrefslogtreecommitdiff
path: root/board/coffeecake
diff options
context:
space:
mode:
Diffstat (limited to 'board/coffeecake')
-rw-r--r--board/coffeecake/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coffeecake/board.c b/board/coffeecake/board.c
index 3df1f86128..05cba7e4f7 100644
--- a/board/coffeecake/board.c
+++ b/board/coffeecake/board.c
@@ -254,7 +254,7 @@ BUILD_ASSERT(ARRAY_SIZE(adc_channels) == ADC_CH_COUNT);
const void *const usb_strings[] = {
[USB_STR_DESC] = usb_string_desc,
- [USB_STR_VENDOR] = USB_STRING_DESC("Google Inc."),
+ [USB_STR_VENDOR] = USB_STRING_DESC("Google LLC"),
[USB_STR_PRODUCT] = USB_STRING_DESC("Hoho"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_BB_URL] = USB_STRING_DESC(USB_GOOGLE_TYPEC_URL),