summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-06-16 11:35:14 +0800
committerCommit Bot <commit-bot@chromium.org>2021-06-16 18:34:28 +0000
commitd80e79afe223cbcb0d9d7392c65f89c950a5d858 (patch)
tree114aa45b54e4f9089013f690ec7240400e5a2ac8
parentcf3b23699094494aff3e7adc5e1542e0db87e548 (diff)
downloadchrome-ec-d80e79afe223cbcb0d9d7392c65f89c950a5d858.tar.gz
star: update touchpad logic dimension
BUG=b:190577105 TEST=none BRANCH=trogdor Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: Id5ebb95dcabc91ccee2633f86a2694ad9289ecee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2965788 Tested-by: Xinxiong Xu <xuxinxiong@huaqin.corp-partner.google.com> Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
-rw-r--r--board/hammer/variants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/hammer/variants.h b/board/hammer/variants.h
index 8e4845331c..dbe06429ca 100644
--- a/board/hammer/variants.h
+++ b/board/hammer/variants.h
@@ -85,8 +85,8 @@
#elif defined(BOARD_STAR)
/* TODO: update correct parameters */
#define HAS_I2C_TOUCHPAD
-#define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_X 3206
-#define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_Y 1832
+#define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_X 3282
+#define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_Y 1793
#define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_PRESSURE 511
#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_X 1017 /* tenth of mm */
#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_Y 581 /* tenth of mm */