summaryrefslogtreecommitdiff
path: root/board/hammer/variants.h
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2020-12-09 11:49:28 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-09 07:00:45 +0000
commitf3e6858efee0f6075b530f62298bdc6c915078ed (patch)
tree9b42453fd33d2ab3418eccd1cbdeba4f6b963871 /board/hammer/variants.h
parenta985786a191b648ea0afb170043b257a2f508cf8 (diff)
downloadchrome-ec-f3e6858efee0f6075b530f62298bdc6c915078ed.tar.gz
zed: update pid
Update PID to the allocated one in cl/343451328. BUG=b:169651794 TEST=make BRANCH=main Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I1135a62dbc3487b56549fe97661ca51ddbe052fb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2581030 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'board/hammer/variants.h')
-rw-r--r--board/hammer/variants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/hammer/variants.h b/board/hammer/variants.h
index aa18d8ba2b..8d32b6e377 100644
--- a/board/hammer/variants.h
+++ b/board/hammer/variants.h
@@ -28,8 +28,7 @@
#elif defined(BOARD_WHISKERS)
#define CONFIG_USB_PID 0x5030
#elif defined(BOARD_ZED)
-/* TODO: update PID */
-#define CONFIG_USB_PID 0x5022
+#define CONFIG_USB_PID 0x504c
#else
#error "Invalid board"
#endif