summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2022-09-13 04:30:15 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-14 17:33:12 +0000
commit956055e69279ac3051f6882a84c5646d8c571965 (patch)
tree3eaf6c38cd6cee85f701695c3ddcefaa037ddf60
parent2fe31fce24306774ccd6d18e8ba7a3cec0c023e1 (diff)
downloadchrome-ec-956055e69279ac3051f6882a84c5646d8c571965.tar.gz
board: change Google USB vendor info
Use updated legal name. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: I526bea449364cbe44adf83cca1375d47c514dd70 Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3893391 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--board/c2d2/board.c2
-rw-r--r--board/coffeecake/board.c2
-rw-r--r--board/dingdong/board.c2
-rw-r--r--board/discovery-stm32f072/board.c2
-rw-r--r--board/fluffy/board.c2
-rw-r--r--board/fusb307bgevb/board.c2
-rw-r--r--board/gingerbread/board.c2
-rw-r--r--board/hammer/board.c2
-rw-r--r--board/hoho/board.c2
-rw-r--r--board/hyperdebug/board.c2
-rw-r--r--board/pdeval-stm32f072/board.c2
-rw-r--r--board/polyberry/board.c2
-rw-r--r--board/prism/board.c2
-rw-r--r--board/quiche/board.c2
-rw-r--r--board/servo_micro/board.c2
-rw-r--r--board/servo_v4/board.c2
-rw-r--r--board/servo_v4p1/board.c2
-rw-r--r--board/stm32f446e-eval/board.c2
-rw-r--r--board/sweetberry/board.c2
-rw-r--r--board/tigertail/board.c2
-rw-r--r--board/twinkie/board.c2
-rw-r--r--docs/fingerprint/fingerprint-dev-for-partners.md2
22 files changed, 22 insertions, 22 deletions
diff --git a/board/c2d2/board.c b/board/c2d2/board.c
index 0b7117c829..fa6373c861 100644
--- a/board/c2d2/board.c
+++ b/board/c2d2/board.c
@@ -145,7 +145,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("C2D2"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
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),
diff --git a/board/dingdong/board.c b/board/dingdong/board.c
index 8e4bdff6a3..7f17668313 100644
--- a/board/dingdong/board.c
+++ b/board/dingdong/board.c
@@ -120,7 +120,7 @@ const struct adc_t adc_channels[] = {
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("Dingdong"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_BB_URL] = USB_STRING_DESC(USB_GOOGLE_TYPEC_URL),
diff --git a/board/discovery-stm32f072/board.c b/board/discovery-stm32f072/board.c
index 52a31566a9..478bce663c 100644
--- a/board/discovery-stm32f072/board.c
+++ b/board/discovery-stm32f072/board.c
@@ -110,7 +110,7 @@ DECLARE_HOOK(HOOK_TICK, usb_gpio_tick, HOOK_PRIO_DEFAULT);
*/
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("discovery-stm32f072"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_STREAM_NAME] = USB_STRING_DESC("Forward"),
diff --git a/board/fluffy/board.c b/board/fluffy/board.c
index fb9e1eb1e3..90de54a761 100644
--- a/board/fluffy/board.c
+++ b/board/fluffy/board.c
@@ -28,7 +28,7 @@
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("Fluffy"),
/* This gets filled in at runtime. */
[USB_STR_SERIALNO] = USB_STRING_DESC(""),
diff --git a/board/fusb307bgevb/board.c b/board/fusb307bgevb/board.c
index 6835c1b942..1388aef49a 100644
--- a/board/fusb307bgevb/board.c
+++ b/board/fusb307bgevb/board.c
@@ -217,7 +217,7 @@ USB_STREAM_CONFIG(forward_usb, USB_IFACE_STREAM, USB_STR_STREAM_NAME,
*/
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("fusb307bgevb"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_STREAM_NAME] = USB_STRING_DESC("Forward"),
diff --git a/board/gingerbread/board.c b/board/gingerbread/board.c
index 5a16593481..8d14bda30c 100644
--- a/board/gingerbread/board.c
+++ b/board/gingerbread/board.c
@@ -132,7 +132,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("Google Inc."),
+ [USB_STR_VENDOR] = USB_STRING_DESC("Google LLC"),
[USB_STR_PRODUCT] = USB_STRING_DESC("Gingerbread"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
diff --git a/board/hammer/board.c b/board/hammer/board.c
index c703fcae88..4700130b4b 100644
--- a/board/hammer/board.c
+++ b/board/hammer/board.c
@@ -55,7 +55,7 @@
*/
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("Hammer"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
diff --git a/board/hoho/board.c b/board/hoho/board.c
index a2a9842ae5..e981c9ce87 100644
--- a/board/hoho/board.c
+++ b/board/hoho/board.c
@@ -180,7 +180,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),
diff --git a/board/hyperdebug/board.c b/board/hyperdebug/board.c
index 638a5a29bc..37e41f66a9 100644
--- a/board/hyperdebug/board.c
+++ b/board/hyperdebug/board.c
@@ -187,7 +187,7 @@ int usb_i2c_board_is_enabled(void)
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("HyperDebug"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/pdeval-stm32f072/board.c b/board/pdeval-stm32f072/board.c
index 93bf073ce7..e1e75bcea7 100644
--- a/board/pdeval-stm32f072/board.c
+++ b/board/pdeval-stm32f072/board.c
@@ -31,7 +31,7 @@ void alert_event(enum gpio_signal signal)
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("PDeval-stm32f072"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_CONSOLE_NAME] = USB_STRING_DESC("Shell"),
diff --git a/board/polyberry/board.c b/board/polyberry/board.c
index 0edff8eb51..f9fdd44ff8 100644
--- a/board/polyberry/board.c
+++ b/board/polyberry/board.c
@@ -25,7 +25,7 @@
*/
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("Polyberry"),
[USB_STR_SERIALNO] = USB_STRING_DESC("1234-a"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/prism/board.c b/board/prism/board.c
index 06498cb171..1c7778f72f 100644
--- a/board/prism/board.c
+++ b/board/prism/board.c
@@ -44,7 +44,7 @@
*/
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("Prism"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
diff --git a/board/quiche/board.c b/board/quiche/board.c
index a8933e15a9..454cd2ce6a 100644
--- a/board/quiche/board.c
+++ b/board/quiche/board.c
@@ -135,7 +135,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("Google Inc."),
+ [USB_STR_VENDOR] = USB_STRING_DESC("Google LLC"),
[USB_STR_PRODUCT] = USB_STRING_DESC("Quiche"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
diff --git a/board/servo_micro/board.c b/board/servo_micro/board.c
index ce9c1edbec..b51c522277 100644
--- a/board/servo_micro/board.c
+++ b/board/servo_micro/board.c
@@ -275,7 +275,7 @@ DECLARE_CONSOLE_COMMAND(hold_usart_low, command_hold_usart_low,
*/
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("Servo Micro"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/servo_v4/board.c b/board/servo_v4/board.c
index 2a7241fcd1..5320d7fd1c 100644
--- a/board/servo_v4/board.c
+++ b/board/servo_v4/board.c
@@ -256,7 +256,7 @@ const struct usb_interface_descriptor USB_IFACE_DESC(USB_IFACE_EMPTY) = {
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("Servo V4"),
[USB_STR_SERIALNO] = USB_STRING_DESC("1234-a"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/servo_v4p1/board.c b/board/servo_v4p1/board.c
index d71cc721df..c3caa1eff1 100644
--- a/board/servo_v4p1/board.c
+++ b/board/servo_v4p1/board.c
@@ -363,7 +363,7 @@ const struct usb_interface_descriptor USB_IFACE_DESC(USB_IFACE_EMPTY) = {
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("Servo V4p1"),
[USB_STR_SERIALNO] = USB_STRING_DESC("1234-a"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/stm32f446e-eval/board.c b/board/stm32f446e-eval/board.c
index 038915fc0a..7039064cbf 100644
--- a/board/stm32f446e-eval/board.c
+++ b/board/stm32f446e-eval/board.c
@@ -21,7 +21,7 @@
*/
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("stm32f446-eval"),
[USB_STR_SERIALNO] = USB_STRING_DESC("1234-a"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/sweetberry/board.c b/board/sweetberry/board.c
index 9e2cefb8fb..0fdfcda7be 100644
--- a/board/sweetberry/board.c
+++ b/board/sweetberry/board.c
@@ -29,7 +29,7 @@
*/
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("Sweetberry"),
[USB_STR_SERIALNO] = USB_STRING_DESC("1234-a"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/tigertail/board.c b/board/tigertail/board.c
index 5b01308396..abdd3df10b 100644
--- a/board/tigertail/board.c
+++ b/board/tigertail/board.c
@@ -61,7 +61,7 @@ USB_STREAM_CONFIG(usart1_usb, USB_IFACE_USART1_STREAM,
*/
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("Tigertail"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
diff --git a/board/twinkie/board.c b/board/twinkie/board.c
index 68511e641b..97c69fb126 100644
--- a/board/twinkie/board.c
+++ b/board/twinkie/board.c
@@ -76,7 +76,7 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
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("Twinkie"),
[USB_STR_VERSION] = USB_STRING_DESC(CROS_EC_VERSION32),
[USB_STR_SNIFFER] = USB_STRING_DESC("USB-PD Sniffer"),
diff --git a/docs/fingerprint/fingerprint-dev-for-partners.md b/docs/fingerprint/fingerprint-dev-for-partners.md
index 05dc7e6ca4..20b89845aa 100644
--- a/docs/fingerprint/fingerprint-dev-for-partners.md
+++ b/docs/fingerprint/fingerprint-dev-for-partners.md
@@ -533,7 +533,7 @@ supply.
(chroot) $ lsusb
Bus 002 Device 003: ID 0897:0004 Lauterbach # ← This is my Lauterbach (debugger)
-Bus 001 Device 013: ID 18d1:5002 Google Inc. # ← This is servo
+Bus 001 Device 013: ID 18d1:5002 Google LLC # ← This is servo
```
### "No servos found" when running servod