summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2022-02-23 16:00:19 -0800
committerCommit Bot <commit-bot@chromium.org>2022-03-08 20:39:05 +0000
commit2f39661b9332bc465961208904e66637ddd83073 (patch)
tree520bfba804633cad146c45cd3c25e937b60c8294
parent236d1405463207bcdffa52567008f4e8f11ae6fd (diff)
downloadchrome-ec-2f39661b9332bc465961208904e66637ddd83073.tar.gz
panqueque: Update the VID/PID and string values
This CL updates the VID/PID values from baklava to the required panqueque values. BUG=b:221112537 BRANCH=quiche TEST=make BOARD=panqueque Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: Ie4d28f3a18507f2f06c8b503d9fbdf176c17087a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3484889 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org> (cherry picked from commit a10e861aeff6194bf64109ac15fdc55b2342cbf1) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3509022 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--board/panqueque/board.c4
-rw-r--r--board/panqueque/board.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/board/panqueque/board.c b/board/panqueque/board.c
index 9f36447df6..cea834c75e 100644
--- a/board/panqueque/board.c
+++ b/board/panqueque/board.c
@@ -111,8 +111,8 @@ 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("Acer"),
- [USB_STR_PRODUCT] = USB_STRING_DESC("D501"),
+ [USB_STR_VENDOR] = USB_STRING_DESC("Plugable"),
+ [USB_STR_PRODUCT] = USB_STRING_DESC("UC-MSTHDC"),
[USB_STR_SERIALNO] = 0,
[USB_STR_VERSION] =
USB_STRING_DESC(CROS_EC_SECTION ":" CROS_EC_VERSION32),
diff --git a/board/panqueque/board.h b/board/panqueque/board.h
index 9bc481b805..39aed68f8e 100644
--- a/board/panqueque/board.h
+++ b/board/panqueque/board.h
@@ -33,8 +33,8 @@
#define CONFIG_USB_MUX_PS8822
#undef CONFIG_USB_VID
-#define CONFIG_USB_VID 0x502
-#define CONFIG_USB_PID 0x1195
+#define CONFIG_USB_VID 0x2230
+#define CONFIG_USB_PID 0x2018
#define CONFIG_USB_BCD_DEV 0x0001 /* v 0.01 */
#define CONFIG_USB_PD_IDENTITY_HW_VERS 1
#define CONFIG_USB_PD_IDENTITY_SW_VERS 1